From bd9f3eaa3de7bd1a7f84069a86f028d9c07d8914 Mon Sep 17 00:00:00 2001 From: Luiz Chaves Date: Wed, 23 Oct 2024 14:31:11 -0300 Subject: [PATCH] fix: improve bg-color dark mode in iframe --- src/components/HtmlPreview.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HtmlPreview.astro b/src/components/HtmlPreview.astro index 6048ae8..96028d4 100644 --- a/src/components/HtmlPreview.astro +++ b/src/components/HtmlPreview.astro @@ -41,7 +41,7 @@ const codeName = src?.split('/')?.at(-2); } -
+
{ src && isShowIframe ? (