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