chore: Follow up pinned events

This commit is contained in:
krille-chan 2024-07-26 18:07:54 +02:00
commit 8128c960dc
No known key found for this signature in database
3 changed files with 37 additions and 34 deletions

View file

@ -71,8 +71,8 @@ class PinnedEvents extends StatelessWidget {
) ??
L10n.of(context)!.loadingPleaseWait,
leading: IconButton(
splashRadius: 20,
iconSize: 20,
splashRadius: 18,
iconSize: 18,
color: Theme.of(context).colorScheme.onSurfaceVariant,
icon: const Icon(Icons.push_pin),
tooltip: L10n.of(context)!.unpin,