Skip to content

Commit f02e77f

Browse files
authored
fix: onPrimary and onPrimary colors (#1499)
1 parent 5adf313 commit f02e77f

File tree

1 file changed

+2
-2
lines changed
  • frontend/app_flowy/packages/flowy_infra/lib

1 file changed

+2
-2
lines changed

frontend/app_flowy/packages/flowy_infra/lib/theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ class AppTheme {
178178
colorScheme: ColorScheme(
179179
brightness: brightness,
180180
primary: main1,
181-
onPrimary: shader7,
181+
onPrimary: _white,
182182
primaryContainer: main2,
183-
onPrimaryContainer: shader7,
183+
onPrimaryContainer: _white,
184184
secondary: hover,
185185
onSecondary: shader1,
186186
secondaryContainer: selector,

0 commit comments

Comments
 (0)