mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
fix: color code for tint 9
This commit is contained in:
parent
206b06f023
commit
fc1535696b
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class AppTheme {
|
|||
..tint6 = const Color(0xfff5ffdc)
|
||||
..tint7 = const Color(0xffddffd6)
|
||||
..tint8 = const Color(0xffdefff1)
|
||||
..tint9 = const Color(0xffdefff1)
|
||||
..tint9 = const Color(0xffe1fbff)
|
||||
..main1 = const Color(0xff00bcf0)
|
||||
..main2 = const Color(0xff00b7ea)
|
||||
..textColor = _black
|
||||
|
|
|
|||
Loading…
Reference in a new issue