Skip to content

Commit 43ef8bf

Browse files
committed
fix: fix style for light theme checkbox
1 parent 754e3d1 commit 43ef8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export const styles = () => ({
165165
lightDropdownMultipleSelectIconFocusBackground: "#F3F4F6", // delete select icon focus background
166166

167167

168-
lightCheckboxBgUnchecked: "alias:lightPrimaryContrast lighten", //checkbox unchecked state bg
168+
lightCheckboxBgUnchecked: "alias:lightPrimaryContrast opacity:0.2", //checkbox unchecked state bg
169169
lightCheckboxBgChecked: "alias:lightPrimary", //cheched state bg
170170
lightCheckboxIconColor: "alias:lightPrimaryContrast lighten", //checked icon color
171171
lightCheckboxBorderColor: "alias:lightPrimary darken", //border color

0 commit comments

Comments
 (0)