Skip to content

Commit

Permalink
fixup! feat: add notifications bubble to chat navigation icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Aug 31, 2023
1 parent d927ee8 commit 41a8d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class TwakeNavigationIcon extends StatelessWidget {
),
child: Icon(
icon,
color: Theme.of(context).primaryColor,
color: Theme.of(context).colorScheme.onSurfaceVariant,
),
);
}
Expand Down

0 comments on commit 41a8d20

Please sign in to comment.