From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/header/account-setting/members-page/invited-modal/index.module.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/header/account-setting/members-page/invited-modal/index.module.css b/app/components/header/account-setting/members-page/invited-modal/index.module.css index 9647043..4ab9eca 100644 --- a/app/components/header/account-setting/members-page/invited-modal/index.module.css +++ b/app/components/header/account-setting/members-page/invited-modal/index.module.css @@ -1,7 +1,7 @@ .modal { padding: 32px !important; width: 480px !important; - /* background: linear-gradient(180deg, rgba(3, 152, 85, 0.05) 0%, rgba(3, 152, 85, 0) 22.44%), #F9FAFB !important; */ + background: linear-gradient(180deg, rgba(3, 152, 85, 0.05) 0%, rgba(3, 152, 85, 0) 22.44%), #F9FAFB !important; } .copyIcon { @@ -18,4 +18,4 @@ .copyIcon.copied { background-image: url(./assets/copied.svg); -} +} \ No newline at end of file -- Gitblit v1.8.0