aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-16 14:18:06 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-16 14:18:06 +0200
commit3a57e93c85b5d4ebb6a754c44f3c009c2a196098 (patch)
treecf8e93ee69fc8c41e468ce0d1aac087027e1cb9d /src
parentRefactor settingsWS Store to new FeatureStore (diff)
downloadferdium-app-3a57e93c85b5d4ebb6a754c44f3c009c2a196098.tar.gz
ferdium-app-3a57e93c85b5d4ebb6a754c44f3c009c2a196098.tar.zst
ferdium-app-3a57e93c85b5d4ebb6a754c44f3c009c2a196098.zip
Fix premium badge color
Diffstat (limited to 'src')
-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