Browse Source

fix: use themesong fill color for player bar icons

Sv443 17 hours ago
parent
commit
8b67137e89
1 changed files with 4 additions and 0 deletions
  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;