From f02e77fcd8fefbe4ee1dee686ae21a65899f5680 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Wed, 30 Nov 2022 15:00:14 +0800 Subject: [PATCH] fix: onPrimary and onPrimary colors (#1499) --- frontend/app_flowy/packages/flowy_infra/lib/theme.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app_flowy/packages/flowy_infra/lib/theme.dart b/frontend/app_flowy/packages/flowy_infra/lib/theme.dart index fcd7ef95e5..eb07e8dc00 100644 --- a/frontend/app_flowy/packages/flowy_infra/lib/theme.dart +++ b/frontend/app_flowy/packages/flowy_infra/lib/theme.dart @@ -178,9 +178,9 @@ class AppTheme { colorScheme: ColorScheme( brightness: brightness, primary: main1, - onPrimary: shader7, + onPrimary: _white, primaryContainer: main2, - onPrimaryContainer: shader7, + onPrimaryContainer: _white, secondary: hover, onSecondary: shader1, secondaryContainer: selector,