mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
fix(synced-lyrics): active lyrics contrast ratio
This commit is contained in:
parent
585de8c1de
commit
aba1ba9325
@ -231,8 +231,7 @@ class SyncedLyrics extends HookConsumerWidget {
|
|||||||
.headline4
|
.headline4
|
||||||
?.copyWith(
|
?.copyWith(
|
||||||
color: isActive
|
color: isActive
|
||||||
? Theme.of(context)
|
? Colors.white
|
||||||
.backgroundColor
|
|
||||||
: palette.bodyTextColor,
|
: palette.bodyTextColor,
|
||||||
// indicating the active state of that lyric slice
|
// indicating the active state of that lyric slice
|
||||||
fontWeight: isActive
|
fontWeight: isActive
|
||||||
|
Loading…
Reference in New Issue
Block a user