We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6396e commit e65b092Copy full SHA for e65b092
lib/widgets/theme.dart
@@ -173,7 +173,7 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
173
bannerBgIntDanger: const Color(0xff461616),
174
bgBotBar: const Color(0xff222222),
175
bgContextMenu: const Color(0xff262626),
176
- bgCounterUnread: const Color(0xff494739),
+ bgCounterUnread: const Color(0xff393c49),
177
bgMenuButtonActive: Colors.black.withValues(alpha: 0.2),
178
bgMenuButtonSelected: Colors.black.withValues(alpha: 0.25),
179
bgTopBar: const Color(0xff242424),
0 commit comments