fix: Bootstrap on first try fails sometimes

This commit is contained in:
krille-chan 2023-08-13 10:45:47 +02:00
commit 1d934c5353
No known key found for this signature in database
4 changed files with 50 additions and 45 deletions

View file

@ -182,6 +182,10 @@ class _LoginButton extends StatelessWidget {
width: 256,
child: OutlinedButton(
style: OutlinedButton.styleFrom(
side: BorderSide(
width: 1,
color: Theme.of(context).colorScheme.onBackground,
),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(90),
),