File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/admin-ui/src/Switch/primitives Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ const SwitchRenderer = ({
6767 checked = { checked }
6868 className = { cn ( [
6969 "peer inline-flex h-md w-[26px] mt-xxs shrink-0 cursor-pointer items-center rounded-xxl border-sm transition-colors" ,
70- "border-transparent data-[state=checked]:bg-secondary-default data-[state=unchecked]:bg-neutral-strong" ,
71- "focus-visible:outline-none focus-visible:border-success-default focus-visible:ring-lg focus-visible:ring-primary-dimmed" ,
70+ "border-transparent data-[state=checked]:bg-secondary data-[state=unchecked]:bg-neutral-strong" ,
71+ "focus-visible:outline-none focus-visible:border-success focus-visible:ring-lg focus-visible:ring-primary-dimmed" ,
7272 "disabled:cursor-not-allowed disabled:bg-neutral-muted disabled:data-[state=checked]:bg-neutral-muted"
7373 ] ) }
7474 disabled = { disabled }
You can’t perform that action at this time.
0 commit comments