chore: Design enhancements

This commit is contained in:
Christian Pauly 2022-11-04 11:17:22 +01:00
commit ed42cb9134
9 changed files with 77 additions and 65 deletions

View file

@ -47,7 +47,6 @@ class LoginView extends StatelessWidget {
errorText: controller.usernameError,
errorStyle: const TextStyle(color: Colors.orange),
hintText: L10n.of(context)!.emailOrUsername,
fillColor: Theme.of(context).colorScheme.background,
),
),
),
@ -76,7 +75,6 @@ class LoginView extends StatelessWidget {
),
),
hintText: L10n.of(context)!.password,
fillColor: Theme.of(context).colorScheme.background,
),
),
),