mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
match more official stylings
This commit is contained in:
parent
c8d8484d86
commit
dae7f8d822
7 changed files with 37 additions and 22 deletions
|
|
@ -8,7 +8,7 @@ export default function ModelItem({ modelName, value }) {
|
|||
<DialogTrigger className="w-full">
|
||||
<DropdownMenuRadioItem
|
||||
value={value}
|
||||
className="dark:font-semibold dark:hover:bg-gray-800"
|
||||
className="dark:font-semibold dark:hover:bg-gray-800 dark:text-gray-100"
|
||||
>
|
||||
{modelName}
|
||||
<sup>$</sup>
|
||||
|
|
@ -20,7 +20,7 @@ export default function ModelItem({ modelName, value }) {
|
|||
return (
|
||||
<DropdownMenuRadioItem
|
||||
value={value}
|
||||
className="dark:font-semibold dark:hover:bg-gray-800"
|
||||
className="dark:font-semibold dark:hover:bg-gray-800 dark:text-gray-100"
|
||||
>
|
||||
{modelName}
|
||||
{value === 'chatgpt' && <sup>$</sup>}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue