fix spaces with messages

This commit is contained in:
2025-08-11 11:07:17 +02:00
parent beabd64789
commit f201f16a3b
15 changed files with 56 additions and 40 deletions

View File

@@ -137,7 +137,7 @@ class _MihPatientSearchState extends State<MihPatientSearch> {
),
const SizedBox(height: 10),
Text(
"Let's Try Refining Your Search",
"Let's try refining your search",
textAlign: TextAlign.center,
overflow: TextOverflow.visible,
style: TextStyle(
@@ -172,7 +172,7 @@ class _MihPatientSearchState extends State<MihPatientSearch> {
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
),
),
const SizedBox(height: 10),
const SizedBox(height: 25),
Center(
child: RichText(
textAlign: TextAlign.center,
@@ -186,7 +186,7 @@ class _MihPatientSearchState extends State<MihPatientSearch> {
children: [
TextSpan(
text:
"You can search using their teamtient ID or Medical Aid No."),
"You can search using their ID Number or Medical Aid No."),
// WidgetSpan(
// alignment: PlaceholderAlignment.middle,
// child: Icon(

View File

@@ -126,7 +126,7 @@ class _MyPatientListState extends State<MyPatientList> {
),
const SizedBox(height: 10),
Text(
"Let's Try Refining Your Search",
"Let's try refining your search",
textAlign: TextAlign.center,
overflow: TextOverflow.visible,
style: TextStyle(
@@ -161,7 +161,7 @@ class _MyPatientListState extends State<MyPatientList> {
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
),
),
const SizedBox(height: 10),
const SizedBox(height: 25),
Center(
child: RichText(
textAlign: TextAlign.center,

View File

@@ -193,7 +193,7 @@ class _WaitingRoomState extends State<WaitingRoom> {
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
),
),
const SizedBox(height: 10),
const SizedBox(height: 25),
Center(
child: RichText(
textAlign: TextAlign.center,

View File

@@ -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(

View File

@@ -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,

View File

@@ -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(