aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:26:45 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:26:45 +0200
commit8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86 (patch)
tree00d6f275a7f61020d01d7e7e49c75afb60c3167b
parentfix premium workspace badge in settings menu for light theme (diff)
downloadferdium-app-8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86.tar.gz
ferdium-app-8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86.tar.zst
ferdium-app-8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86.zip
fix active workspaces settings premium badge in light theme
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js1
-rw-r--r--src/styles/settings.scss7
2 files changed, 8 insertions, 0 deletions
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index b141dc960..a0a34c778 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -61,6 +61,7 @@ const styles = () => ({
61 marginLeft: '-20px', 61 marginLeft: '-20px',
62 marginBottom: '20px', 62 marginBottom: '20px',
63 height: 'auto', 63 height: 'auto',
64 color: 'white',
64 }, 65 },
65}); 66});
66 67
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index b4f013cad..6340f2951 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -454,6 +454,13 @@
454 background: $theme-brand-primary; 454 background: $theme-brand-primary;
455 color: #FFF; 455 color: #FFF;
456 456
457 .badge--pro {
458 background: white !important;
459 .badge-icon-pro {
460 fill: $theme-brand-primary;
461 }
462 }
463
457 .badge { 464 .badge {
458 background: #FFF; 465 background: #FFF;
459 color: $theme-brand-primary; 466 color: $theme-brand-primary;