fixed delete dialog colors

This commit is contained in:
Alex Tran 2022-10-14 11:15:19 -05:00
parent edd1f49e57
commit 0f51a9794e
16 changed files with 77 additions and 57 deletions

View file

@ -203,8 +203,8 @@ class LoginButton extends ConsumerWidget {
return ElevatedButton(
style: ElevatedButton.styleFrom(
visualDensity: VisualDensity.standard,
primary: Theme.of(context).primaryColor,
onPrimary: Colors.grey[50],
backgroundColor: Theme.of(context).primaryColor,
foregroundColor: Colors.grey[50],
elevation: 2,
padding: const EdgeInsets.symmetric(vertical: 10, horizontal: 25),
),