fix: Minor design

This commit is contained in:
Christian Pauly 2021-05-29 09:56:52 +02:00
commit 7a57e06dab
6 changed files with 16 additions and 16 deletions

View file

@ -70,7 +70,7 @@ class HomeserverPickerView extends StatelessWidget {
child: controller.isLoading
? LinearProgressIndicator()
: Text(
L10n.of(context).connect.toUpperCase(),
L10n.of(context).connect,
style: TextStyle(color: Colors.white, fontSize: 16),
),
),