chore: Follow up user dialog theme
This commit is contained in:
parent
7209f20235
commit
ceeb262a55
2 changed files with 102 additions and 109 deletions
|
|
@ -32,10 +32,10 @@ class AdaptiveDialogAction extends StatelessWidget {
|
|||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: autofocus
|
||||
? theme.colorScheme.primary
|
||||
: theme.colorScheme.primaryContainer,
|
||||
: theme.colorScheme.surfaceBright,
|
||||
foregroundColor: autofocus
|
||||
? theme.colorScheme.onPrimary
|
||||
: theme.colorScheme.onPrimaryContainer,
|
||||
: theme.colorScheme.primary,
|
||||
),
|
||||
onPressed: onPressed,
|
||||
autofocus: autofocus,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue