diff --git a/components/atoms/ToggleOption/toggle-option.tsx b/components/atoms/ToggleOption/toggle-option.tsx index a643eea883..652a2dd18c 100644 --- a/components/atoms/ToggleOption/toggle-option.tsx +++ b/components/atoms/ToggleOption/toggle-option.tsx @@ -14,7 +14,7 @@ const ToggleOption = ({ optionText, withIcon, checked, handleToggle }: ToogleOpt className="inline-flex cursor-pointer items-center gap-2 rounded-md px-2 py-0.5 border border-light-slate-6 bg-light-slate-1" > - {optionText} + {optionText} {withIcon && ( = ({ title, op }; return (
-
- {title} -
+
+ {title} +