Skip to content

Commit fc15356

Browse files
committed
fix: color code for tint 9
1 parent 206b06f commit fc15356

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class AppTheme {
104104
..tint6 = const Color(0xfff5ffdc)
105105
..tint7 = const Color(0xffddffd6)
106106
..tint8 = const Color(0xffdefff1)
107-
..tint9 = const Color(0xffdefff1)
107+
..tint9 = const Color(0xffe1fbff)
108108
..main1 = const Color(0xff00bcf0)
109109
..main2 = const Color(0xff00b7ea)
110110
..textColor = _black

0 commit comments

Comments
 (0)