chore: Follow up user dialog theme

This commit is contained in:
krille-chan 2025-04-12 19:47:16 +02:00
commit ceeb262a55
No known key found for this signature in database
2 changed files with 102 additions and 109 deletions

View file

@ -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,