Skip to content

Commit

Permalink
fix: fix theme color (AppFlowy-IO#3089)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1204 authored Jul 31, 2023
1 parent 3039944 commit 355061d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ class DefaultColorScheme extends FlowyColorScheme {
tint8: const Color(0xff00F0E2),
tint9: const Color(0xff00BCF0),
main1: _darkMain1,
main2: _darkMain1,
main2: const Color(0xff00B7EA),
shadow: const Color(0xff0F131C),
sidebarBg: const Color(0xff2D223B),
sidebarBg: const Color(0xff232B38),
divider: _darkShader3,
topbarBg: _darkShader1,
icon: _darkShader5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ class LavenderColorScheme extends FlowyColorScheme {
tint8: const Color(0xff00F0E2),
tint9: const Color(0xff00BCF0),
main1: _darkMain1,
main2: const Color(0xff9327FF),
main2: _darkMain1,
shadow: _black,
sidebarBg: const Color(0xff232B38),
sidebarBg: const Color(0xff2D223B),
divider: _darkShader3,
topbarBg: _darkShader1,
icon: _darkShader5,
Expand Down

0 comments on commit 355061d

Please sign in to comment.