update(ui): restore both message input field dark mode background color

This commit is contained in:
WanQuanXie 2024-05-29 12:22:29 +08:00
parent 2d9ca3835e
commit cfab91ddbf
3 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,7 @@ export const CopilotToggle = ({
<Switch
checked={copilotEnabled}
onChange={setCopilotEnabled}
className="bg-light-primary dark:bg-dark-primary border border-light-200/70 dark:border-dark-200 relative inline-flex h-5 w-10 sm:h-6 sm:w-11 items-center rounded-full"
className="bg-light-secondary dark:bg-dark-secondary border border-light-200/70 dark:border-dark-200 relative inline-flex h-5 w-10 sm:h-6 sm:w-11 items-center rounded-full"
>
<span className="sr-only">Copilot</span>
<span