change reply card color to not match message card
This commit is contained in:
parent
740ab2fb9f
commit
17a1af0b73
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class EventRenderer extends ConsumerWidget {
|
|||
if (!textOnly && event.replyTo != null)
|
||||
Card(
|
||||
margin: EdgeInsets.only(bottom: 8),
|
||||
color: theme.colorScheme.surfaceContainer,
|
||||
color: theme.colorScheme.surfaceContainerHigh,
|
||||
child: InkWell(
|
||||
onTap: onTapReply,
|
||||
child: Padding(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue