aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/styles/badge.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/badge.scss b/src/styles/badge.scss
index be3a1055d..69879de31 100644
--- a/src/styles/badge.scss
+++ b/src/styles/badge.scss
@@ -8,7 +8,7 @@
8 &.badge--primary, 8 &.badge--primary,
9 &.badge--premium { 9 &.badge--premium {
10 background: $theme-brand-primary; 10 background: $theme-brand-primary;
11 color: $dark-theme-gray-smoke; 11 color: $dark-theme-gray-lightest;
12 } 12 }
13} 13}
14 14