remove padding from button & change button size to 50

This commit is contained in:
2024-08-15 15:43:59 +02:00
parent 146e10f1a3
commit 3874534c7a
15 changed files with 33 additions and 34 deletions

View File

@@ -71,7 +71,7 @@ class _MIHDeleteMessageState extends State<MIHDeleteMessage> {
),
SizedBox(
width: 300,
height: 100,
height: 50,
child: MIHButton(
onTap: widget.onTap,
buttonText: "Delete",
@@ -156,7 +156,7 @@ class _MIHDeleteMessageState extends State<MIHDeleteMessage> {
),
SizedBox(
width: 300,
height: 100,
height: 50,
child: MIHButton(
onTap: widget.onTap,
buttonText: "Delete",

View File

@@ -70,7 +70,7 @@ class _MIHSuccessMessageState extends State<MIHSuccessMessage> {
const SizedBox(height: 10),
SizedBox(
width: 300,
height: 100,
height: 50,
child: MIHButton(
onTap: () {
Navigator.pop(context);