Small UI improvements

This commit is contained in:
Juan Gilsanz Polo 2022-10-10 00:12:29 +02:00
parent cca12d5664
commit 1035257361
6 changed files with 17 additions and 2 deletions

View file

@ -82,6 +82,7 @@ class _ServerInformationWidgetState extends State<ServerInformationWidget> {
padding: const EdgeInsets.symmetric(horizontal: 20),
child: Text(
AppLocalizations.of(context)!.loadingServerInfo,
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 22,
color: Colors.grey,
@ -159,6 +160,7 @@ class _ServerInformationWidgetState extends State<ServerInformationWidget> {
const SizedBox(height: 30),
Text(
AppLocalizations.of(context)!.serverInfoNotLoaded,
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 22,
color: Colors.grey,