We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9055f72 + c3eb063 commit 84013f2Copy full SHA for 84013f2
packages/bento-design-system/src/Checkbox/Checkbox.css.ts
@@ -6,7 +6,7 @@ export const fieldContainer = extendedHitAreaRecipe({ axis: "y" });
6
7
export const checkboxRecipe = strictRecipe({
8
base: [
9
- { position: "relative", zIndex: "1" },
+ { position: "relative" },
10
bentoSprinkles({
11
width: 24,
12
height: 24,
packages/bento-design-system/src/Switch/Switch.css.ts
@@ -5,7 +5,7 @@ import { strictRecipe } from "../util/strictRecipe";
5
import { extendedHitAreaRecipe } from "../util/extendedHitArea.css";
export const switchContainer = style([
extendedHitAreaRecipe({ axis: "y" }),
]);
0 commit comments