From 3f9f556e1c32c70ac34fd0ed8b3fd5fca73d539d Mon Sep 17 00:00:00 2001 From: Dogtiti <499960698@qq.com> Date: Fri, 26 Jul 2024 17:06:10 +0800 Subject: [PATCH] fix: iframe bg --- app/components/artifacts.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/artifacts.module.scss b/app/components/artifacts.module.scss index 7ea572a90..6bd0fd9cf 100644 --- a/app/components/artifacts.module.scss +++ b/app/components/artifacts.module.scss @@ -27,4 +27,5 @@ width: 100%; border: var(--border-in-light); border-radius: 6px; + background-color: var(--gray); }