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.
1 parent 754e3d1 commit 43ef8bfCopy full SHA for 43ef8bf
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