Merge branch 'krille/fix-design-glitch' into 'main'

fix: Design gltich with floating cancel button over textfield

See merge request famedly/fluffychat!855
This commit is contained in:
Krille Fear 2022-05-03 10:41:04 +00:00
commit 6be9775000

View File

@ -18,6 +18,8 @@ class ReplyDisplay extends StatelessWidget {
height: controller.editEvent != null || controller.replyEvent != null
? 56
: 0,
clipBehavior: Clip.hardEdge,
decoration: const BoxDecoration(),
child: Material(
color: Theme.of(context).secondaryHeaderColor,
child: Row(