Chris Tate 5 달 전
부모
커밋
c5cdd784be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/web/components/demo.tsx

+ 1 - 1
apps/web/components/demo.tsx

@@ -224,7 +224,7 @@ export function Demo() {
                 value={userPrompt}
                 onChange={(e) => setUserPrompt(e.target.value)}
                 placeholder="Describe what you want to build..."
-                className="flex-1 bg-transparent outline-none placeholder:text-muted-foreground/50"
+                className="flex-1 bg-transparent outline-none placeholder:text-muted-foreground/50 text-base"
                 disabled={isStreaming}
                 maxLength={140}
                 autoFocus