update(MessageInput): weaken button border color and background color in light mode
This commit is contained in:
parent
62c7f535db
commit
cb65f67140
2 changed files with 3 additions and 3 deletions
|
@ -156,7 +156,7 @@ export const CopilotToggle = ({
|
|||
<Switch
|
||||
checked={copilotEnabled}
|
||||
onChange={setCopilotEnabled}
|
||||
className="bg-light-primary dark:bg-dark-primary border border-light-300 dark:border-dark-200 relative inline-flex h-5 w-10 sm:h-6 sm:w-11 items-center rounded-full"
|
||||
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"
|
||||
>
|
||||
<span className="sr-only">Copilot</span>
|
||||
<span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue