Skip to content

Commit 79ffe1a

Browse files
committed
ThemeManager: Add support for checkboxes
1 parent d5d8076 commit 79ffe1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/util/theme_manager.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ class ThemeManager {
6969
iconTheme: IconThemeData(
7070
color: primaryColor
7171
),
72+
checkboxTheme: CheckboxThemeData(
73+
checkColor: MaterialStateProperty.all(backgroundColor),
74+
fillColor: MaterialStateProperty.all(primaryColor)
75+
)
7276
);
7377
return theme;
7478
}

0 commit comments

Comments
 (0)