Skip to content

Commit

Permalink
Fix: Properly theme audio player (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
DokterKaj authored Aug 16, 2024
1 parent 4ff4c52 commit 26ab641
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/_chat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
div[class*="imageWrapper_"] {
div[class*="audioControls"],
div[class*="videoControls_"] {
background-color: #{adjust-color($mantle, $alpha: -0.2)};
background-color: #{adjust-color($crust, $alpha: -0.2)};

svg[class*="controlIcon_"] {
opacity: 1;
color: $subtext1;
}

div[class*="mediaBarInteractionVolume"] {
background-color: #{adjust-color($crust, $alpha: -0.2)};
}
}
}

Expand Down

0 comments on commit 26ab641

Please sign in to comment.