chore: Adjust colors
This commit is contained in:
parent
d0f400cfe7
commit
3610bf6638
2 changed files with 6 additions and 1 deletions
|
|
@ -270,6 +270,11 @@ class BootstrapDialogState extends State<BootstrapDialog> {
|
|||
),
|
||||
const SizedBox(height: 16),
|
||||
ElevatedButton.icon(
|
||||
style: ElevatedButton.styleFrom(
|
||||
foregroundColor:
|
||||
Theme.of(context).colorScheme.onPrimary,
|
||||
backgroundColor: Theme.of(context).primaryColor,
|
||||
),
|
||||
icon: _recoveryKeyInputLoading
|
||||
? const CircularProgressIndicator.adaptive()
|
||||
: const Icon(Icons.lock_open_outlined),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue