From 0a4346373f5c0aed02812019f4486ee888119329 Mon Sep 17 00:00:00 2001 From: Abestanis Date: Thu, 11 Jul 2024 02:41:07 +0200 Subject: [PATCH] Fix checkmark color --- .../player_interface_color_style.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/features/player_interface_color_style/player_interface_color_style.dart b/lib/features/player_interface_color_style/player_interface_color_style.dart index cf2016fce..84e9852d5 100644 --- a/lib/features/player_interface_color_style/player_interface_color_style.dart +++ b/lib/features/player_interface_color_style/player_interface_color_style.dart @@ -172,8 +172,6 @@ class PlayerInterfaceThemeOverride extends StatelessWidget { primary: Colors.white, onSurface: Colors.white, secondary: _shadeForSecondaryColor(backgroundColor), - onSecondaryContainer: Colors.white, - secondaryContainer: backgroundColor, ), appBarTheme: theme.appBarTheme.copyWith( color: _shadeForSecondaryColor(backgroundColor),