diff --git a/hosting/src/app/(protected)/forms/form-elements/page.tsx b/hosting/src/app/(protected)/forms/form-elements/page.tsx index 8fb2e0e9..0fe1640f 100644 --- a/hosting/src/app/(protected)/forms/form-elements/page.tsx +++ b/hosting/src/app/(protected)/forms/form-elements/page.tsx @@ -43,9 +43,11 @@ const FormElementsPage = () => { - - - +
+ + + +
diff --git a/hosting/src/components/Form/Switcher.tsx b/hosting/src/components/Form/Switcher.tsx index a34dc81a..d01ee698 100644 --- a/hosting/src/components/Form/Switcher.tsx +++ b/hosting/src/components/Form/Switcher.tsx @@ -34,16 +34,20 @@ export function Switcher({ return ( <>
- {onIcon && offIcon && } + {onIcon && offIcon && ( + + )}
); @@ -61,7 +65,11 @@ export function Switcher({ enabled ? "translate-x-full" : "" }`} > - {onIcon && offIcon && } + {onIcon && offIcon && ( + + )} ); @@ -69,7 +77,7 @@ export function Switcher({ }; return ( -
+
-
+