Skip to content

Commit 0a8bc87

Browse files
committed
style: force notification badge count text color to white
1 parent c44c745 commit 0a8bc87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/widgets/focus_aware_app_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ class _FocusableIconButtonState extends State<_FocusableIconButton> {
279279
),
280280
child: widget.badgeCount > 0
281281
? Badge(
282-
label: Text(widget.badgeCount.toString()),
282+
label: Text(widget.badgeCount.toString(), style: const TextStyle(color: Colors.white)),
283283
backgroundColor: Colors.red,
284284
child: Icon(widget.icon,
285285
shadows: const [

0 commit comments

Comments
 (0)