design: Improve login UI
This commit is contained in:
parent
fcfe19889c
commit
4929858ae4
4 changed files with 40 additions and 49 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue