fix: Design gltich with floating cancel button over textfield

This commit is contained in:
Christian Pauly 2022-05-03 12:18:07 +02:00
parent cc2bbd1928
commit f30feb3925
1 changed files with 2 additions and 0 deletions

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(