enzostvs HF staff commited on
Commit
0c03379
1 Parent(s): 8bce18e

font size input xs

Browse files
Files changed (1) hide show
  1. 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