chore: Minor design fixes
This commit is contained in:
parent
af6cb60836
commit
9b523b00a6
3 changed files with 16 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue