aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-22 11:14:58 +0200
committerChocobozzz <me@florianbigard.com>2019-10-22 11:14:58 +0200
commit18c9772876d0e36a4f404d914140f3d24d6037e1 (patch)
tree29c5d3e13266828e37c4c58a9735c996e19574e8 /client/src/app/menu
parent1cd4fe501de78e67cfdd19ea44989393a29ec2e6 (diff)
downloadPeerTube-18c9772876d0e36a4f404d914140f3d24d6037e1.tar.gz
PeerTube-18c9772876d0e36a4f404d914140f3d24d6037e1.tar.zst
PeerTube-18c9772876d0e36a4f404d914140f3d24d6037e1.zip
Fix checkbox themes
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/avatar-notification.component.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/avatar-notification.component.scss b/client/src/app/menu/avatar-notification.component.scss
index 5e09225df..d0f01fc32 100644
--- a/client/src/app/menu/avatar-notification.component.scss
+++ b/client/src/app/menu/avatar-notification.component.scss
@@ -56,7 +56,7 @@
56 align-items: center; 56 align-items: center;
57 justify-content: center; 57 justify-content: center;
58 font-weight: $font-semibold; 58 font-weight: $font-semibold;
59 color: var(--mainForegroundColor); 59 color: $fg-color;
60 padding: 7px 0; 60 padding: 7px 0;
61 } 61 }
62 } 62 }