aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-14 09:46:45 +0200
committerChocobozzz <me@florianbigard.com>2023-04-14 09:46:45 +0200
commit8b95440c8ac050594955926f18dab9f6d4a86e19 (patch)
tree88952928dbabb18ce48454d6e1fa6be6da4300bf /client/src
parentd15531fb3567f2f27229d3086ffd48069ca73315 (diff)
downloadPeerTube-8b95440c8ac050594955926f18dab9f6d4a86e19.tar.gz
PeerTube-8b95440c8ac050594955926f18dab9f6d4a86e19.tar.zst
PeerTube-8b95440c8ac050594955926f18dab9f6d4a86e19.zip
Fix button theming
Diffstat (limited to 'client/src')
-rw-r--r--client/src/sass/application.scss1
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
117label { 118label {