refine shared Semi UI command tokens

This commit is contained in:
lingniu
2026-07-18 15:44:17 +08:00
parent 8a2edc8bc9
commit f0c17eac4d
11 changed files with 89 additions and 37 deletions

View File

@@ -11,6 +11,14 @@
--v2-red: #ef4444;
--v2-shadow: 0 8px 28px rgba(25, 45, 74, 0.055);
--v2-radius: 12px;
--v2-control-height-mobile: 38px;
--v2-control-height-touch: 42px;
--v2-control-radius: 8px;
--v2-control-border: #dbe5f0;
--v2-control-bg-muted: #f7f9fc;
--v2-control-text-muted: #536980;
--v2-menu-radius: 11px;
--v2-sheet-radius-mobile: 18px;
}
* { box-sizing: border-box; }