fix: remove duplicate style variable (#7490)
Co-authored-by: p-hehongsheng <p-hehongsheng@xiaomi.com>pull/7514/head
parent
ff184b3969
commit
457d0fde0b
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue