Spaces:
Runtime error
Runtime error
Commit
•
9e16391
1
Parent(s):
59ccef5
make the textarea more visible on all platforms
Browse files- 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
|
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:
|