mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04:00
fix: onPrimary and onPrimary colors (#1499)
This commit is contained in:
parent
5adf3139ba
commit
f02e77fcd8
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue