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

@ -225,7 +225,13 @@ class ChatView extends StatelessWidget {
Material(
color: Theme.of(context)
.colorScheme
.secondaryContainer,
.surfaceVariant,
shape: Border(
bottom: BorderSide(
width: 1,
color: Theme.of(context).dividerColor,
),
),
child: ListTile(
leading: IconButton(
color: Theme.of(context)