]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Fix button theming
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index ba4df57c9e0d3b36666c56fb6080d975a359a1ce..2c364afb45a157007f76b40562f19ce02b3e4041 100644 (file)
@@ -14,6 +14,8 @@
 
 @use './z-index';
 
+@use './class-helpers/index.scss';
+
 body {
   /*** theme ***/
   // now beware sass requires interpolation
@@ -110,6 +112,7 @@ button {
   @include disable-outline;
 
   background: unset;
+  color: pvar(--mainForegroundColor);
 }
 
 label {