Skip to content

Commit 457d0fd

Browse files
wander-skyp-hehongsheng
andauthored
fix: remove duplicate style variable (#7490)
Co-authored-by: p-hehongsheng <[email protected]>
1 parent ff184b3 commit 457d0fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/hooks/useSiteToken.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ const useSiteToken = () => {
4242
:root {
4343
--header-height: ${tokenValue.headerHeight}px;
4444
--menu-item-border: ${tokenValue.menuItemBorder}px;
45-
--mobile-max-width: ${tokenValue.mobileMaxWidth}px;
4645
4746
--primary-color: ${tokenValue.colorPrimary};
4847
--component-background: ${tokenValue.colorBgContainer};

0 commit comments

Comments
 (0)