소스 검색

refac: styling

Timothy J. Baek 1 년 전
부모
커밋
325fd2b97b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/chat/Messages/CodeBlock.svelte

+ 1 - 1
src/lib/components/chat/Messages/CodeBlock.svelte

@@ -117,7 +117,7 @@ display_message()
 
 		{#if executed}
 			<div class="bg-[#202123] text-white px-4 py-4 rounded-b-lg">
-				<div class=" text-gray-500 text-sm mb-1">STDOUT/STDERR</div>
+				<div class=" text-gray-500 text-xs mb-1">STDOUT/STDERR</div>
 				<div id="code-output-{id}" class="text-sm" />
 			</div>
 		{/if}