chore: Follow up message design

This commit is contained in:
krille-chan 2025-04-19 09:44:53 +02:00
commit 1b42cf44fc
No known key found for this signature in database
6 changed files with 83 additions and 119 deletions

View file

@ -38,7 +38,6 @@ class ReplyDisplay extends StatelessWidget {
? ReplyContent(
controller.replyEvent!,
timeline: controller.timeline!,
backgroundColor: Colors.transparent,
)
: _EditContent(
controller.editEvent?.getDisplayEvent(controller.timeline!),