diff --git a/packages/wow-ui/src/components/Switch/index.tsx b/packages/wow-ui/src/components/Switch/index.tsx index 071d81ba..bd66913d 100644 --- a/packages/wow-ui/src/components/Switch/index.tsx +++ b/packages/wow-ui/src/components/Switch/index.tsx @@ -114,7 +114,7 @@ const switchStyle = cva({ base: { width: "3.25rem !important", height: "1.75rem !important", - borderRadius: "radius.full", + borderRadius: "full", cursor: "pointer", display: "flex", position: "relative",