diff --git a/src/views/components/common/SwitchButton.tsx b/src/views/components/common/SwitchButton.tsx index 2ef94cc7..ea6926ef 100644 --- a/src/views/components/common/SwitchButton.tsx +++ b/src/views/components/common/SwitchButton.tsx @@ -15,7 +15,7 @@ const SwitchButton: React.FC = () => { checked={enabled} onChange={setEnabled} className={`${enabled ? 'bg-[#579D42]' : 'bg-gray-400'} - relative inline-flex items-center h-8 w-12 rounded-full transition-colors ease-in-out duration-200`} + relative inline-flex items-center h-8 w-13 rounded-full transition-colors ease-in-out duration-200`} >