aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/button.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/button.scss')
-rw-r--r--src/styles/button.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/styles/button.scss b/src/styles/button.scss
index cf2568fc4..d18b683d5 100644
--- a/src/styles/button.scss
+++ b/src/styles/button.scss
@@ -8,11 +8,11 @@
8 &:active { background: lighten($theme-brand-primary, 5%); } 8 &:active { background: lighten($theme-brand-primary, 5%); }
9 9
10 &.franz-form__button--secondary { 10 &.franz-form__button--secondary {
11 background: $dark-theme-gray-lighter; 11 background: $dark-theme-gray-dark;
12 color: $dark-theme-text-color; 12 color: $dark-theme-text-color;
13 13
14 &:hover { background: lighten($dark-theme-gray-lighter, 10%); } 14 &:hover { background: lighten($dark-theme-gray-dark, 10%); }
15 &:active { background: lighten($dark-theme-gray-lighter, 20%); } 15 &:active { background: lighten($dark-theme-gray-dark, 20%); }
16 } 16 }
17 17
18 &.franz-form__button--danger { 18 &.franz-form__button--danger {
@@ -138,4 +138,4 @@
138 color: #FFFFFF; 138 color: #FFFFFF;
139 cursor: pointer; 139 cursor: pointer;
140 } 140 }
141} \ No newline at end of file 141}