From 0bf4a6a08cd77b6ca1b1f19e7bf51813a2d4dbc1 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Thu, 12 Feb 2026 21:06:31 -0500 Subject: [PATCH] Update switch with suggestions --- lib/component/input/switch/MattrixwvSwitch.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } )} >