fix spaces with messages
This commit is contained in:
@@ -385,7 +385,7 @@ class _BuildClaimStatementFileListState
|
||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 25),
|
||||
Visibility(
|
||||
visible: widget.business != null,
|
||||
child: Center(
|
||||
|
||||
@@ -436,7 +436,7 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 25),
|
||||
Center(
|
||||
child: RichText(
|
||||
textAlign: TextAlign.center,
|
||||
|
||||
@@ -317,7 +317,7 @@ class _BuildNotesListState extends State<BuildNotesList> {
|
||||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 25),
|
||||
Visibility(
|
||||
visible: widget.business != null,
|
||||
child: Center(
|
||||
|
||||
Reference in New Issue
Block a user