fix: Bootstrap on first try fails sometimes
This commit is contained in:
parent
dd34f3c232
commit
1d934c5353
4 changed files with 50 additions and 45 deletions
|
|
@ -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),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue