style: bold text

This commit is contained in:
jialin
2025-04-21 09:51:56 +08:00
parent 8ee0a99323
commit 43b71c7532
5 changed files with 13 additions and 8 deletions
+5
View File
@@ -306,3 +306,8 @@ textarea:hover {
border-radius: 6px;
}
}
.bold-text {
color: var(--ant-color-text);
font-weight: var(--font-weight-medium);
}