Skip to content

Commit 3c18a5f

Browse files
authored
Fix playback_progress_bar component style not working (#121)
1 parent 6ef749d commit 3c18a5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spotify_player/src/config/theme.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ impl Theme {
231231
}
232232

233233
pub fn playback_progress_bar(&self) -> tui::style::Style {
234-
match &self.component_style.playback_metadata {
234+
match &self.component_style.playback_progress_bar {
235235
None => Style::default()
236236
.bg(StyleColor::BrightBlack)
237237
.fg(StyleColor::Green)

0 commit comments

Comments
 (0)