Skip to content

Commit e65b092

Browse files
Updated Variables in DesignVariables
1 parent 4d6396e commit e65b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/theme.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
173173
bannerBgIntDanger: const Color(0xff461616),
174174
bgBotBar: const Color(0xff222222),
175175
bgContextMenu: const Color(0xff262626),
176-
bgCounterUnread: const Color(0xff494739),
176+
bgCounterUnread: const Color(0xff393c49),
177177
bgMenuButtonActive: Colors.black.withValues(alpha: 0.2),
178178
bgMenuButtonSelected: Colors.black.withValues(alpha: 0.25),
179179
bgTopBar: const Color(0xff242424),

0 commit comments

Comments
 (0)