jbilcke-hf HF staff commited on
Commit
9e16391
1 Parent(s): 59ccef5

make the textarea more visible on all platforms

Browse files
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -36,7 +36,7 @@
36
  x-model="promptDraft"
37
  rows="10"
38
  placeholder="Describe your web app"
39
- class="input input-bordered w-full rounded text-stone-800 bg-stone-100 font-mono text-md md:text-lg h-24 md:h-48"
40
  ></textarea>
41
  <p class="py-1 md:py-2 text-stone-700 text-italic">
42
  Examples:
 
36
  x-model="promptDraft"
37
  rows="10"
38
  placeholder="Describe your web app"
39
+ class="input w-full rounded text-stone-800 bg-stone-50 border-2 border-stone-400 font-mono text-md md:text-lg h-24 md:h-48"
40
  ></textarea>
41
  <p class="py-1 md:py-2 text-stone-700 text-italic">
42
  Examples: