diff --git a/app/javascript/styles/gabsocial/components/buttons.scss b/app/javascript/styles/gabsocial/components/buttons.scss index 1d2baf71..36481aef 100644 --- a/app/javascript/styles/gabsocial/components/buttons.scss +++ b/app/javascript/styles/gabsocial/components/buttons.scss @@ -1,7 +1,7 @@ button { &.standard { &-small { - background: $gab-blue; + background: $gab-small-cta-primary; color: white; text-transform: uppercase; letter-spacing: 1px; diff --git a/app/javascript/styles/gabsocial/variables.scss b/app/javascript/styles/gabsocial/variables.scss index 1ed87fbd..8b6ea323 100644 --- a/app/javascript/styles/gabsocial/variables.scss +++ b/app/javascript/styles/gabsocial/variables.scss @@ -12,7 +12,7 @@ $gab-brand-default: #21cf7a; $gab-alert-red: #cc6643; $gab-secondary-text: #999; $gab-text-highlight: $gab-brand-default; -$gab-blue: #627ff2; +$gab-small-cta-primary: #607CF5; // THEME COLORS