fix: Minor design
This commit is contained in:
parent
9e1b27939d
commit
7a57e06dab
6 changed files with 16 additions and 16 deletions
|
|
@ -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),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue