aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/button.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 21:20:59 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 21:20:59 +0100
commitd6ea85329d6dd84afaf9603e860a6ba1c0ddda8b (patch)
tree19258d8ee0c5a34f990a3931266fe3f905105e59 /src/styles/button.scss
parentFix systemPreferences.isDarkMode call (diff)
downloadferdium-app-d6ea85329d6dd84afaf9603e860a6ba1c0ddda8b.tar.gz
ferdium-app-d6ea85329d6dd84afaf9603e860a6ba1c0ddda8b.tar.zst
ferdium-app-d6ea85329d6dd84afaf9603e860a6ba1c0ddda8b.zip
Add windows title bar dark mode styling & add titlebar to auth
Diffstat (limited to 'src/styles/button.scss')
-rw-r--r--src/styles/button.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styles/button.scss b/src/styles/button.scss
index 0053db4d0..38e487b47 100644
--- a/src/styles/button.scss
+++ b/src/styles/button.scss
@@ -1,6 +1,5 @@
1@import './config.scss'; 1@import './config.scss';
2 2
3
4.theme__dark .franz-form__button { 3.theme__dark .franz-form__button {
5 background: $theme-brand-primary; 4 background: $theme-brand-primary;
6 color: $dark-theme-text-color; 5 color: $dark-theme-text-color;