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 {
|
:root {
|
||||||
--header-height: ${tokenValue.headerHeight}px;
|
--header-height: ${tokenValue.headerHeight}px;
|
||||||
--menu-item-border: ${tokenValue.menuItemBorder}px;
|
--menu-item-border: ${tokenValue.menuItemBorder}px;
|
||||||
--mobile-max-width: ${tokenValue.mobileMaxWidth}px;
|
|
||||||
|
|
||||||
--primary-color: ${tokenValue.colorPrimary};
|
--primary-color: ${tokenValue.colorPrimary};
|
||||||
--component-background: ${tokenValue.colorBgContainer};
|
--component-background: ${tokenValue.colorBgContainer};
|
||||||
|
|
Loading…
Reference in New Issue