Skip to content

Commit

Permalink
chore: fix color for next station button (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier authored Feb 1, 2025
1 parent cd9b24c commit 2ecf165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/player/view/player_main_controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class PlayerMainControls extends StatelessWidget with WatchItMixin {
active: active,
iconColor: defaultColor,
),
AudioType.radio => const NextStationButton(),
AudioType.radio => NextStationButton(iconColor: defaultColor),
_ => const SizedBox.shrink(),
},
];
Expand Down

0 comments on commit 2ecf165

Please sign in to comment.