Skip to content

Commit

Permalink
fix(synced-lyrics): active lyrics contrast ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Aug 19, 2022
1 parent 585de8c commit aba1ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/Lyrics/SyncedLyrics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,7 @@ class SyncedLyrics extends HookConsumerWidget {
.headline4
?.copyWith(
color: isActive
? Theme.of(context)
.backgroundColor
? Colors.white
: palette.bodyTextColor,
// indicating the active state of that lyric slice
fontWeight: isActive
Expand Down

0 comments on commit aba1ba9

Please sign in to comment.