🐛 Bug fixes

This commit is contained in:
2024-10-20 16:15:24 +08:00
parent 0d807b8708
commit 107379d9fe
3 changed files with 12 additions and 8 deletions

View File

@ -121,9 +121,11 @@ class _NotificationScreenState extends State<NotificationScreen> {
Badge(
label: Row(
children: [
const Icon(
Icon(
Icons.new_releases_outlined,
color: Colors.white,
color: Theme.of(context)
.colorScheme
.onSurface,
size: 12,
),
const Gap(4),