feat: Minor button design changes

This commit is contained in:
Christian Pauly 2021-05-30 12:25:29 +02:00
commit d8da5c3a55
5 changed files with 23 additions and 32 deletions

View file

@ -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),
),
),
),