design: Improve login UI

This commit is contained in:
krille-chan 2023-07-22 13:00:27 +02:00
commit 4929858ae4
No known key found for this signature in database
4 changed files with 40 additions and 49 deletions

View file

@ -59,6 +59,7 @@ class HomeserverAppBar extends StatelessWidget {
icon: const Icon(Icons.arrow_back),
)
: null,
fillColor: Theme.of(context).colorScheme.onInverseSurface,
prefixText: '${L10n.of(context)!.homeserver}: ',
hintText: L10n.of(context)!.enterYourHomeserver,
suffixIcon: const Icon(Icons.search),