mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
fix: Design gltich with floating cancel button over textfield
This commit is contained in:
parent
cc2bbd1928
commit
f30feb3925
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user