💄 The sfx can be played multiple times

This commit is contained in:
2026-01-15 23:05:39 +08:00
parent a9abd777e1
commit 269c17d068
2 changed files with 11 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ class NotificationItemWidget extends HookConsumerWidget {
child: Card(
elevation: 4,
margin: EdgeInsets.zero,
color: Theme.of(context).colorScheme.surfaceContainer,
color: Theme.of(context).colorScheme.surfaceContainerHigh,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.all(Radius.circular(8)),
),