From aba1ba932592923720a36395c057f78820dafecf Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Fri, 19 Aug 2022 12:59:59 +0600 Subject: [PATCH] fix(synced-lyrics): active lyrics contrast ratio --- lib/components/Lyrics/SyncedLyrics.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/components/Lyrics/SyncedLyrics.dart b/lib/components/Lyrics/SyncedLyrics.dart index c7fa84805..b825c2767 100644 --- a/lib/components/Lyrics/SyncedLyrics.dart +++ b/lib/components/Lyrics/SyncedLyrics.dart @@ -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