Chris Tate hace 5 meses
padre
commit
c5cdd784be
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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