diff --git a/src/components/button/_button.scss b/src/components/button/_button.scss index 8fdf318958..3e3e156f70 100644 --- a/src/components/button/_button.scss +++ b/src/components/button/_button.scss @@ -23,7 +23,7 @@ $button-border-height: 3px; display: inherit; padding: 0.75em 1em; - border-bottom: ems($button-border-height) solid rgba(0, 0, 0, 0.35); + border-bottom: ems($button-border-height) solid rgba(0, 0, 0, 0.6); border-radius: $input-radius; background: $color-button;