Chris Tate 5 сар өмнө
parent
commit
c5cdd784be

+ 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