From 61e87a6d5478a9a3e125de6d056617ad885dbb2e Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Fri, 30 Jun 2023 12:54:07 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(switch.tsx):=20add=20aria-di?= =?UTF-8?q?sabled=20attribute=20to=20the=20Switch=20component=20to=20impro?= =?UTF-8?q?ve=20accessibility=20=F0=9F=8E=A8=20style(switch.tsx):=20update?= =?UTF-8?q?=20class=20names=20in=20the=20Switch=20component=20to=20improve?= =?UTF-8?q?=20readability=20and=20maintainability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/ui/switch.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/ui/switch.tsx b/src/frontend/src/components/ui/switch.tsx index 122057cfb..c5a6ea58c 100644 --- a/src/frontend/src/components/ui/switch.tsx +++ b/src/frontend/src/components/ui/switch.tsx @@ -10,15 +10,16 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (