fix: remove duplicate style variable (#7490)

Co-authored-by: p-hehongsheng <p-hehongsheng@xiaomi.com>
pull/7514/head
Ordinary 2024-04-19 10:21:07 +08:00 committed by GitHub
parent ff184b3969
commit 457d0fde0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ const useSiteToken = () => {
:root {
--header-height: ${tokenValue.headerHeight}px;
--menu-item-border: ${tokenValue.menuItemBorder}px;
--mobile-max-width: ${tokenValue.mobileMaxWidth}px;
--primary-color: ${tokenValue.colorPrimary};
--component-background: ${tokenValue.colorBgContainer};