mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-12 19:55:19 +02:00
Make tool params non-bold
This commit is contained in:
parent
7e32fc4a04
commit
2e8e3c89cb
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export function ToolParamCard({
|
|||
aria-expanded={expanded}
|
||||
>
|
||||
{expanded ? <ChevronDown className="w-4 h-4 text-gray-400" /> : <ChevronRight className="w-4 h-4 text-gray-400" />}
|
||||
<span className="text-sm font-semibold text-gray-900 dark:text-gray-100 flex-1 text-left truncate">{param.name}</span>
|
||||
<span className="text-sm font-normal text-gray-900 dark:text-gray-100 flex-1 text-left truncate">{param.name}</span>
|
||||
{!readOnly && (
|
||||
<Button
|
||||
variant="tertiary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue