Просмотр исходного кода

tweak(ui): use base text for comment preview

David Hill 1 месяц назад
Родитель
Сommit
75541f8c2d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/app/src/components/prompt-input/context-items.tsx

+ 1 - 1
packages/app/src/components/prompt-input/context-items.tsx

@@ -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"