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