diff options
author | Chocobozzz <me@florianbigard.com> | 2023-04-14 09:46:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-04-14 09:46:45 +0200 |
commit | 8b95440c8ac050594955926f18dab9f6d4a86e19 (patch) | |
tree | 88952928dbabb18ce48454d6e1fa6be6da4300bf /client/src/sass | |
parent | d15531fb3567f2f27229d3086ffd48069ca73315 (diff) | |
download | PeerTube-8b95440c8ac050594955926f18dab9f6d4a86e19.tar.gz PeerTube-8b95440c8ac050594955926f18dab9f6d4a86e19.tar.zst PeerTube-8b95440c8ac050594955926f18dab9f6d4a86e19.zip |
Fix button theming
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f0ff8f2f4..2c364afb4 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -112,6 +112,7 @@ button { | |||
112 | @include disable-outline; | 112 | @include disable-outline; |
113 | 113 | ||
114 | background: unset; | 114 | background: unset; |
115 | color: pvar(--mainForegroundColor); | ||
115 | } | 116 | } |
116 | 117 | ||
117 | label { | 118 | label { |