Skip to content

Commit cf7661f

Browse files
committed
upd
1 parent c50397a commit cf7661f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

components/pages/docs/LeftMenu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const MenuItem = ({ href, item, category, activeCategory, activeItem, onClick })
1111
const activeLinkClasses = isActive ? "bor-lef-col-blue-400 bor-lef-col-blue-400-hover" : "bor-lef-col-blue-100 bor-lef-col-blue-200-hover";
1212
const activeTextClasses = isActive ? "bac-col-blue-100-hover bac-col-blue-100 fon-wei-600" : "bac-col-blue-50-hover";
1313
return (
14-
<Link to={href} key={item} onClick={onClick} className={`${activeLinkClasses} bor-lef-sty-solid bor-lef-wid-2 wid-full box-siz-border-box tex-dec-none col-text`}>
15-
<Text className={`${activeTextClasses} mar-x-5 bor-rad-4 pad-x-5 pad-y-3`}>
14+
<Link to={href} key={item} onClick={onClick} className={`${activeLinkClasses} dis-flex hei-8 bor-lef-sty-solid bor-lef-wid-2 wid-full box-siz-border-box tex-dec-none col-text`}>
15+
<Text tag="span" className={`${activeTextClasses} mar-x-5 bor-rad-4 pad-x-5 pad-y-3`}>
1616
{item}
1717
</Text>
1818
</Link>

web.bundle.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)