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
@@ -38,7 +38,7 @@ const HeaderPrefix: React.FC<HeaderPrefixProps> = (props) => {
return (
<div
className="header-row-prefix-wrapper flex-center"
style={{ paddingLeft: 14 }}
style={{ paddingLeft: 16 }}
>
<span style={{ marginRight: 5 }}>
{_.isBoolean(expandable) ? (
+1 -1
View File
@@ -11,7 +11,7 @@
}
&-cell {
font-weight: 600;
font-weight: var(--font-weight-medium);
}
&-left {