Parcourir la source

fix: use themesong fill color for player bar icons

Sv443 il y a 1 jour
Parent
commit
8b67137e89
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/features/layout.css

+ 4 - 0
src/features/layout.css

@@ -65,6 +65,10 @@ html[dark] {
   animation: bytm-flash-border 0.4s ease 1;
 }
 
+.bytm-generic-btn.ytmusic-player-bar svg path {
+  fill: var(--iron-icon-fill-color, #fff);
+}
+
 @keyframes bytm-flash-border {
   0% {
     border: 1px solid initial;