diff --git a/src/style/atoms/_button-control.scss b/src/style/atoms/_button-control.scss index 5a27a2d..f7a9df8 100644 --- a/src/style/atoms/_button-control.scss +++ b/src/style/atoms/_button-control.scss @@ -238,6 +238,12 @@ // Big Dashed &.button-control--dashed { + @include breakpoint (xs) { + svg[fill] { + width: 24px; + } + } + @include breakpoint (sm) { circle { stroke-width: 4.5;