diff --git a/market/frontend/v1/market-ui/src/stylesheets/components/_buttons.scss b/market/frontend/v1/market-ui/src/stylesheets/components/_buttons.scss index 58061bea..3de55e0b 100644 --- a/market/frontend/v1/market-ui/src/stylesheets/components/_buttons.scss +++ b/market/frontend/v1/market-ui/src/stylesheets/components/_buttons.scss @@ -5,4 +5,5 @@ $button-border-radius: 4px; border-radius: $button-border-radius; background-color: $mycroft-primary; color: $mycroft-white; + letter-spacing: 0.5px; }