(feat:drive) debounce search, ui/ux

This commit is contained in:
ManishMadan2882
2025-09-05 13:25:36 +05:30
parent 35f4c11784
commit 80406d0753
3 changed files with 92 additions and 96 deletions

View File

@@ -53,7 +53,7 @@ const ToggleSwitch: React.FC<ToggleSwitchProps> = ({
{label && (
<span
className={`text-eerie-black dark:text-white ${
labelPosition === 'left' ? 'mr-1' : 'ml-1'
labelPosition === 'left' ? 'mr-3' : 'ml-3'
}`}
>
{label}