fix: Design gltich with floating cancel button over textfield

krille/hot-fixes
Christian Pauly 3 years ago
parent 667908f012
commit a1052c2b74

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

Loading…
Cancel
Save