Skip to content

Commit

Permalink
fix disabled style
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemobot committed Feb 10, 2022
1 parent ed56cac commit 0e4de9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CheckboxField/CheckboxField.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const checkboxRecipe = strictRecipe({
},
isDisabled: {
true: bentoSprinkles({
boxShadow: { default: "outlineDisabled", hover: "outlineDisabled" },
cursor: "notAllowed",
}),
},
Expand Down

0 comments on commit 0e4de9c

Please sign in to comment.