style(NewConversationMenu): change dropdown menu background color to dark gray (#419)

style(EndpointItem): change active background color to light gray
This commit is contained in:
Danny Avila 2023-06-02 00:35:43 -04:00 committed by GitHub
parent 7468b3011f
commit fcf068dddf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ export default function ModelItem({ endpoint, value, isSelected }) {
value={value}
className={cn(
'group dark:font-semibold dark:text-gray-100 dark:hover:bg-gray-800',
isSelected && 'dark:bg-gray-900 bg-gray-50 active'
isSelected && 'dark:bg-gray-800 bg-gray-50 active'
)}
id={endpoint}
>

View file

@ -137,7 +137,7 @@ export default function NewConversationMenu() {
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent
className="min-w-[300px] dark:bg-gray-700 z-[100]"
className="min-w-[300px] dark:bg-gray-900 z-[100]"
onCloseAutoFocus={(event) => event.preventDefault()}
>
<DropdownMenuLabel