fix spaces with messages
This commit is contained in:
parent
beabd64789
commit
f201f16a3b
15 changed files with 56 additions and 40 deletions
|
|
@ -97,7 +97,7 @@ class _PatientAccessRequestState extends State<Appointments> {
|
|||
),
|
||||
const SizedBox(height: 10),
|
||||
Text(
|
||||
"No Appointments for $selectedDay",
|
||||
"No appointments for $selectedDay",
|
||||
textAlign: TextAlign.center,
|
||||
overflow: TextOverflow.visible,
|
||||
style: TextStyle(
|
||||
|
|
@ -106,7 +106,7 @@ class _PatientAccessRequestState extends State<Appointments> {
|
|||
color: MzansiInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 25),
|
||||
Center(
|
||||
child: RichText(
|
||||
textAlign: TextAlign.center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue