@@ -117,7 +117,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
117
117
bgContextMenu: const Color (0xfff2f2f2 ),
118
118
bgCounterUnread: const Color (0xff666699 ).withValues (alpha: 0.15 ),
119
119
bgTopBar: const Color (0xfff5f5f5 ),
120
- borderBar: const Color ( 0x33000000 ),
120
+ borderBar: Colors .black. withValues (alpha : 0.2 ),
121
121
contextMenuCancelText: const Color (0xff222222 ),
122
122
contextMenuItemBg: const Color (0xff6159e1 ),
123
123
contextMenuItemText: const Color (0xff381da7 ),
@@ -153,7 +153,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
153
153
bgContextMenu: const Color (0xff262626 ),
154
154
bgCounterUnread: const Color (0xff666699 ).withValues (alpha: 0.37 ),
155
155
bgTopBar: const Color (0xff242424 ),
156
- borderBar: Colors .black.withValues (alpha: 0.41 ),
156
+ borderBar: Colors .black.withValues (alpha: 0.5 ),
157
157
contextMenuCancelText: const Color (0xffffffff ).withValues (alpha: 0.75 ),
158
158
contextMenuItemBg: const Color (0xff7977fe ),
159
159
contextMenuItemText: const Color (0xff9398fd ),
0 commit comments