Skip to content

Commit

Permalink
ui fix: model name should be visible on quick selector
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdjohnson committed Nov 30, 2024
1 parent b328d79 commit 8bbc2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chat/ChatModelPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const ChatModelPopoverContent = observer(
className="group flex w-full flex-row border-t border-base-content/30 p-2 transition-all duration-300 ease-in-out"
role="button"
>
<span className="line-clamp-1 w-full place-content-baseline justify-between break-all align-baseline opacity-40 ">
<span className="line-clamp-1 w-full place-content-baseline justify-between break-all align-baseline opacity-40 text-base-content cursor-default">
{actor.modelLabel}
</span>

Expand Down

0 comments on commit 8bbc2bd

Please sign in to comment.