style: set theme token

This commit is contained in:
jialin
2025-03-27 18:32:44 +08:00
parent 8d444f24f8
commit db417e6a5f
22 changed files with 142 additions and 102 deletions
+4
View File
@@ -228,6 +228,10 @@
font-weight: var(--font-weight-medium);
}
.font-500 {
font-weight: var(--font-weight-500);
}
.font-700 {
font-weight: var(--font-weight-bold);
}