Spaces:
Running
Running
font size input xs
Browse files- components/prompt.tsx +1 -1
components/prompt.tsx
CHANGED
@@ -20,7 +20,7 @@ export const Prompt = ({
|
|
20 |
type="text"
|
21 |
value={value}
|
22 |
placeholder="80s pop track with bassy drums and synth"
|
23 |
-
className="w-full p-2 transition-all duration-200 bg-transparent text-white px-5 py-5 text-lg outline-none border-none flex-1"
|
24 |
onInput={handleChange}
|
25 |
/>
|
26 |
<BsDice3Fill
|
|
|
20 |
type="text"
|
21 |
value={value}
|
22 |
placeholder="80s pop track with bassy drums and synth"
|
23 |
+
className="w-full p-2 transition-all duration-200 bg-transparent text-white px-5 py-5 text-base lg:text-lg outline-none border-none flex-1"
|
24 |
onInput={handleChange}
|
25 |
/>
|
26 |
<BsDice3Fill
|