mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Fix text not centered correctly
This commit is contained in:
parent
2fabcf4db6
commit
021291705c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class EmptyListIndicator extends StatelessWidget {
|
||||||
Text(
|
Text(
|
||||||
text,
|
text,
|
||||||
style: const TextStyle(fontSize: 24),
|
style: const TextStyle(fontSize: 24),
|
||||||
|
textAlign: TextAlign.center,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue