fix: Minor design

This commit is contained in:
Christian Pauly 2021-05-29 09:56:52 +02:00
commit 7a57e06dab
6 changed files with 16 additions and 16 deletions

View file

@ -82,7 +82,7 @@ class LoginView extends StatelessWidget {
child: controller.loading
? LinearProgressIndicator()
: Text(
L10n.of(context).login.toUpperCase(),
L10n.of(context).login,
style: TextStyle(color: Colors.white, fontSize: 16),
),
),