cosmetic changes

This commit is contained in:
2023-08-30 21:17:32 -03:00
parent a2eb8d6877
commit b65da2fe3a
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class _ServersViewState extends State<ServersView> {
color: const Color.fromRGBO(166, 0, 249, 1),
child: const Center(
child: Text(
'Servers',
'Servidores',
style: TextStyle(
color: Colors.white,
fontSize: 24,
+1 -1
View File
@@ -14,7 +14,7 @@ class _UsersViewState extends State<UsersView> {
color: const Color.fromRGBO(166, 0, 249, 1),
child: const Center(
child: Text(
'Users',
'Usuários',
style: TextStyle(
color: Colors.white,
fontSize: 24,