diff --git a/components/GridRep/index.scss b/components/GridRep/index.scss index 0ac43f8e..1bdd076d 100644 --- a/components/GridRep/index.scss +++ b/components/GridRep/index.scss @@ -23,6 +23,14 @@ .Grid .weapon { box-shadow: inset 0 0 0 1px var(--grid-border-color); } + + @include breakpoint(phone) { + background: inherit; + + .Grid .weapon { + box-shadow: none; + } + } } .Grid {