feat: Minor button design changes
This commit is contained in:
parent
7a57e06dab
commit
d8da5c3a55
5 changed files with 23 additions and 32 deletions
|
|
@ -69,10 +69,7 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
: controller.checkHomeserverAction,
|
||||
child: controller.isLoading
|
||||
? LinearProgressIndicator()
|
||||
: Text(
|
||||
L10n.of(context).connect,
|
||||
style: TextStyle(color: Colors.white, fontSize: 16),
|
||||
),
|
||||
: Text(L10n.of(context).connect),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue