We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff184b3 commit 457d0fdCopy full SHA for 457d0fd
site/src/hooks/useSiteToken.ts
@@ -42,7 +42,6 @@ const useSiteToken = () => {
42
:root {
43
--header-height: ${tokenValue.headerHeight}px;
44
--menu-item-border: ${tokenValue.menuItemBorder}px;
45
- --mobile-max-width: ${tokenValue.mobileMaxWidth}px;
46
47
--primary-color: ${tokenValue.colorPrimary};
48
--component-background: ${tokenValue.colorBgContainer};
0 commit comments