Skip to content

Commit ca2772e

Browse files
committed
Fix iframe loading flashing
1 parent a1c52a5 commit ca2772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hexdocs/components/iframe.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fn loading_state() {
9292
html.div(
9393
[
9494
class(
95-
"absolute top-0 bg-white size-full flex items-center justify-center",
95+
"absolute text-slate-800 dark:text-slate-300 top-0 bg-transparent size-full flex items-center justify-center",
9696
),
9797
],
9898
[

0 commit comments

Comments
 (0)