From c652a2058e5cc11fc8a1e7f9c3883aab47974178 Mon Sep 17 00:00:00 2001 From: yungblud Date: Sun, 8 Dec 2024 18:20:08 +0900 Subject: [PATCH] feat: :art: removed iframe default background color --- packages/react-notion-x/src/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-notion-x/src/styles.css b/packages/react-notion-x/src/styles.css index 965860cf3..d4bc72d23 100644 --- a/packages/react-notion-x/src/styles.css +++ b/packages/react-notion-x/src/styles.css @@ -890,7 +890,6 @@ svg.notion-page-icon { .notion-asset-wrapper iframe { border: none; - background: rgb(247, 246, 245); } .notion-text {