fix alignment
This commit is contained in:
@@ -26,7 +26,7 @@ class _MIHDeleteMessageState extends State<MIHDeleteMessage> {
|
|||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.all(10.0),
|
padding: const EdgeInsets.all(10.0),
|
||||||
width: 500.0,
|
width: 500.0,
|
||||||
height: (height / 3) * 1.5,
|
height: (height / 3) * 1,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
color: MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||||
borderRadius: BorderRadius.circular(25.0),
|
borderRadius: BorderRadius.circular(25.0),
|
||||||
@@ -69,6 +69,7 @@ class _MIHDeleteMessageState extends State<MIHDeleteMessage> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
const SizedBox(height: 30),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 300,
|
width: 300,
|
||||||
height: 50,
|
height: 50,
|
||||||
|
|||||||
Reference in New Issue
Block a user