fix: Darktheme contrast fixes with primary color

This commit is contained in:
krille-chan 2023-12-26 14:02:07 +01:00
commit 89540ec7ef
No known key found for this signature in database
9 changed files with 16 additions and 13 deletions

View file

@ -273,7 +273,7 @@ class BootstrapDialogState extends State<BootstrapDialog> {
style: ElevatedButton.styleFrom(
foregroundColor:
Theme.of(context).colorScheme.onPrimary,
backgroundColor: Theme.of(context).primaryColor,
backgroundColor: Theme.of(context).colorScheme.primary,
),
icon: _recoveryKeyInputLoading
? const CircularProgressIndicator.adaptive()