chore: Follow up pinned events
This commit is contained in:
parent
b20cee34d4
commit
8128c960dc
3 changed files with 37 additions and 34 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue