mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 00:53:14 +00:00
(feat:drive) debounce search, ui/ux
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user