Fix color for leave family dialog in light theme
This commit is contained in:
parent
af71a78172
commit
063c9ba5f4
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class ChildSubscriptionWidget extends StatelessWidget {
|
||||||
firstAction: 'No',
|
firstAction: 'No',
|
||||||
secondAction: 'Yes',
|
secondAction: 'Yes',
|
||||||
firstActionColor: Theme.of(context).buttonColor,
|
firstActionColor: Theme.of(context).buttonColor,
|
||||||
secondActionColor: Colors.white,
|
secondActionColor: Theme.of(context).colorScheme.onSurface,
|
||||||
);
|
);
|
||||||
if (choice != DialogUserChoice.secondChoice) {
|
if (choice != DialogUserChoice.secondChoice) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue