.
This commit is contained in:
parent
13d0d9c192
commit
165030bcd3
1 changed files with 2 additions and 2 deletions
|
|
@ -259,7 +259,7 @@ class _MyErrorMessageState extends State<MyErrorMessage> {
|
|||
size: 100,
|
||||
color: MzanziInnovationHub.of(context)!.theme.errorColor(),
|
||||
),
|
||||
const SizedBox(height: 25),
|
||||
const SizedBox(height: 15),
|
||||
Text(
|
||||
"Oops! Invalid Email",
|
||||
textAlign: TextAlign.center,
|
||||
|
|
@ -269,7 +269,7 @@ class _MyErrorMessageState extends State<MyErrorMessage> {
|
|||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 25),
|
||||
Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 25.0),
|
||||
child: Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue