Skip to content

Commit

Permalink
fix: 修复css变量签名不正确的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pansinm committed Jun 4, 2021
1 parent 930970b commit 24c6bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const ChromeTabs = memo<ChromeTabsProps>((props) => {
<div
ref={ref}
className="chrome-tabs"
style={{ "--tab-content-margin": "9px" }}
style={{ "--tab-content-margin": "9px" } as CSSProperties}
>
<div className="chrome-tabs-content"></div>
</div>
Expand Down

0 comments on commit 24c6bad

Please sign in to comment.