From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/datasets/create/empty-dataset-creation-modal/index.module.css | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/app/components/datasets/create/empty-dataset-creation-modal/index.module.css b/app/components/datasets/create/empty-dataset-creation-modal/index.module.css
index 3131c9e..37f971e 100644
--- a/app/components/datasets/create/empty-dataset-creation-modal/index.module.css
+++ b/app/components/datasets/create/empty-dataset-creation-modal/index.module.css
@@ -6,10 +6,11 @@
@apply flex items-center place-content-between h-8;
}
.modalHeader .title {
- @apply grow text-text-primary;
+ @apply grow;
font-weight: 600;
font-size: 20px;
line-height: 32px;
+ color: #101828;
}
.modalHeader .close {
@apply shrink-0 h-4 w-4 bg-center bg-no-repeat cursor-pointer;
@@ -18,18 +19,20 @@
}
.modal .tip {
- @apply mt-1 mb-8 text-text-tertiary;
+ @apply mt-1 mb-8;
font-weight: 400;
font-size: 13px;
line-height: 18px;
+ color: #667085;
}
.form {
@apply mb-8;
}
.form .label {
- @apply mb-2 text-text-primary;
+ @apply mb-2;
font-weight: 500;
font-size: 14px;
line-height: 20px;
+ color: #101828;
}
--
Gitblit v1.8.0