tweak(ui): use base text for comment preview

input-cleanup
David Hill 2026-03-20 12:20:36 +00:00
parent 15abc9ea4d
commit 75541f8c2d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ export const PromptContextItems: Component<ContextItemsProps> = (props) => {
</div>
</div>
<Show when={row.item.comment}>
{(comment) => <div class="text-12-regular text-text-strong ml-5 truncate">{comment()}</div>}
{(comment) => <div class="text-base text-text-strong ml-5 truncate">{comment()}</div>}
</Show>
<button
type="button"