Remove flutter chat #26

Manually merged
Henry-Hiles merged 108 commits from remove-flutter-chat into main 2026-05-22 15:26:28 -04:00
Showing only changes of commit 17a1af0b73 - Show all commits

change reply card color to not match message card

Henry Hiles 2026-05-20 10:35:13 -04:00
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -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(