Skip to content

Commit 56b7a19

Browse files
committed
theme: Update borderBar to follow change in Figma design
See also: #928 (comment) Signed-off-by: Zixuan James Li <[email protected]>
1 parent 026c048 commit 56b7a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/widgets/theme.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
117117
bgContextMenu: const Color(0xfff2f2f2),
118118
bgCounterUnread: const Color(0xff666699).withValues(alpha: 0.15),
119119
bgTopBar: const Color(0xfff5f5f5),
120-
borderBar: const Color(0x33000000),
120+
borderBar: Colors.black.withValues(alpha: 0.2),
121121
contextMenuCancelText: const Color(0xff222222),
122122
contextMenuItemBg: const Color(0xff6159e1),
123123
contextMenuItemText: const Color(0xff381da7),
@@ -153,7 +153,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
153153
bgContextMenu: const Color(0xff262626),
154154
bgCounterUnread: const Color(0xff666699).withValues(alpha: 0.37),
155155
bgTopBar: const Color(0xff242424),
156-
borderBar: Colors.black.withValues(alpha: 0.41),
156+
borderBar: Colors.black.withValues(alpha: 0.5),
157157
contextMenuCancelText: const Color(0xffffffff).withValues(alpha: 0.75),
158158
contextMenuItemBg: const Color(0xff7977fe),
159159
contextMenuItemText: const Color(0xff9398fd),

0 commit comments

Comments
 (0)