We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
playback_progress_bar
1 parent 6ef749d commit 3c18a5fCopy full SHA for 3c18a5f
1 file changed
spotify_player/src/config/theme.rs
@@ -231,7 +231,7 @@ impl Theme {
231
}
232
233
pub fn playback_progress_bar(&self) -> tui::style::Style {
234
- match &self.component_style.playback_metadata {
+ match &self.component_style.playback_progress_bar {
235
None => Style::default()
236
.bg(StyleColor::BrightBlack)
237
.fg(StyleColor::Green)
0 commit comments