]> 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 1297855dad58e69c6f59fa09d753be9e83cde0e2..2c364afb45a157007f76b40562f19ce02b3e4041 100644 (file)
@@ -6,7 +6,6 @@
 
 @use '_fonts';
 
-@use './class-helpers';
 @use './custom-markup';
 @use './ng-select';
 
@@ -15,6 +14,8 @@
 
 @use './z-index';
 
+@use './class-helpers/index.scss';
+
 body {
   /*** theme ***/
   // now beware sass requires interpolation
@@ -111,6 +112,7 @@ button {
   @include disable-outline;
 
   background: unset;
+  color: pvar(--mainForegroundColor);
 }
 
 label {