Fix editor brightness change

This commit is contained in:
2026-02-04 16:48:03 +13:00
parent a2d13dc4c8
commit 9e521b81aa

View File

@@ -7,7 +7,7 @@
import { marked } from "marked";
</script>
<div class="min-h-30 bg-white/10 p-2 rounded-xl w-full hover:brightness-80 transition-all">
<div class="min-h-30 bg-white/10 p-2 rounded-2xl w-full">
{#if edit}
<textarea
class="w-full min-h-30 border-none bg-white/10 rounded-xl p-2"