M3 Overhaul
This commit is contained in:
@@ -124,11 +124,9 @@ class _NotificationsScreenState extends ConsumerState<NotificationsScreen> {
|
||||
final title = _notificationTitle(item.type, actorName);
|
||||
final icon = _notificationIcon(item.type);
|
||||
|
||||
// Use a slightly more compact card for dense notification lists
|
||||
// — 12px radius, subtle shadow so the list remains readable.
|
||||
// M3 Expressive: compact card shape, no shadow.
|
||||
return Card(
|
||||
shape: AppSurfaces.of(context).compactShape,
|
||||
shadowColor: AppSurfaces.of(context).compactShadowColor,
|
||||
child: ListTile(
|
||||
leading: Icon(icon),
|
||||
title: Text(title),
|
||||
|
||||
Reference in New Issue
Block a user