chore: Minor design fixes

This commit is contained in:
Krille 2023-10-23 13:58:43 +02:00
commit 9b523b00a6
No known key found for this signature in database
3 changed files with 16 additions and 4 deletions

View file

@ -73,6 +73,12 @@ class PinnedEvents extends StatelessWidget {
final fontSize = AppConfig.messageFontSize * AppConfig.fontSizeFactor;
return Material(
color: Theme.of(context).colorScheme.surfaceVariant,
shape: Border(
bottom: BorderSide(
width: 1,
color: Theme.of(context).dividerColor,
),
),
child: InkWell(
onTap: () => _displayPinnedEventsDialog(
context,