Skip to content

Commit

Permalink
Fix: Make offline icon the same color as other icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Dec 25, 2023
1 parent f59a178 commit 1cfd357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/song_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class SongBar extends StatelessWidget {
valueListenable: songOfflineStatus,
builder: (_, value, __) {
return IconButton(
color: Theme.of(context).colorScheme.primary,
icon: Icon(
value
? FluentIcons.cellular_off_24_regular
Expand Down

0 comments on commit 1cfd357

Please sign in to comment.