diff --git a/lib/component/input/switch/MattrixwvSwitch.tsx b/lib/component/input/switch/MattrixwvSwitch.tsx index 1ff7e18..904fd47 100644 --- a/lib/component/input/switch/MattrixwvSwitch.tsx +++ b/lib/component/input/switch/MattrixwvSwitch.tsx @@ -30,7 +30,7 @@ const MattrixwvSwitch = forwardRef(({ className, { "cursor-pointer": !disabled, - "cursor-default": disabled + "cursor-not-allowed": disabled }, { //Normal @@ -99,7 +99,7 @@ const MattrixwvSwitch = forwardRef(({ className={clsx( { "cursor-pointer": !disabled, - "cursor-default": disabled + "cursor-not-allowed": disabled } )} >