mirror of
https://github.com/foss42/apidash.git
synced 2025-05-17 14:26:06 +08:00
Fix checkbox fill color
This commit is contained in:
@ -34,7 +34,7 @@ class ADCheckBox extends StatelessWidget {
|
||||
if (states.contains(WidgetState.selected)) {
|
||||
return colorScheme.primary;
|
||||
}
|
||||
return null;
|
||||
return colorScheme.surfaceContainerLowest;
|
||||
},
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user