fix: Further improvements on app theming

This commit is contained in:
Alberto Ponces
2022-09-07 12:20:13 +01:00
parent 1e890708d2
commit 9b4a8ebc69
5 changed files with 87 additions and 23 deletions

View File

@ -88,7 +88,7 @@ class _PatchItemState extends State<PatchItem> {
checkColor:
Theme.of(context).colorScheme.secondaryContainer,
side: BorderSide(
width: 1.5,
width: 2.0,
color: Theme.of(context).colorScheme.primary,
),
onChanged: (newValue) {