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