8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182aa85 commit a5cf64bCopy full SHA for a5cf64b
resources/views/_editor.blade.php
@@ -1,3 +1,5 @@
1
<div class="h-full font-mono text-sm">
2
- <textarea name="code" class="w-full h-full resize-none outline-none">{{ optional($paste ?? null)->code }}</textarea>
+ <textarea
3
+ name="code" class="dark:bg-dark text-gray-900 dark:text-white w-full h-full resize-none outline-none"
4
+ >{{ optional($paste ?? null)->code }}</textarea>
5
</div>
0 commit comments