This commit is contained in:
Timothy Jaeryang Baek
2025-03-15 18:00:18 +00:00
parent cfb2319923
commit b6e56c0e5a
3 changed files with 62 additions and 31 deletions

View File

@@ -559,7 +559,7 @@
<div class="flex-auto w-0 pl-1">
<Name>
<Tooltip content={model?.name ?? message.model} placement="top-start">
<span class="line-clamp-1">
<span class="line-clamp-1 text-black dark:text-white">
{model?.name ?? message.model}
</span>
</Tooltip>