We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 754e3d1 + 43ef8bf commit 764ae68Copy full SHA for 764ae68
adminforth/modules/styles.ts
@@ -165,7 +165,7 @@ export const styles = () => ({
165
lightDropdownMultipleSelectIconFocusBackground: "#F3F4F6", // delete select icon focus background
166
167
168
- lightCheckboxBgUnchecked: "alias:lightPrimaryContrast lighten", //checkbox unchecked state bg
+ lightCheckboxBgUnchecked: "alias:lightPrimaryContrast opacity:0.2", //checkbox unchecked state bg
169
lightCheckboxBgChecked: "alias:lightPrimary", //cheched state bg
170
lightCheckboxIconColor: "alias:lightPrimaryContrast lighten", //checked icon color
171
lightCheckboxBorderColor: "alias:lightPrimary darken", //border color
0 commit comments