Skip to content

Commit

Permalink
fix(navigation-item): 不要なスタイルの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ichi-h committed Sep 6, 2024
1 parent 257bd98 commit ed95192
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ const NavigationItem = <T extends ElementType>({
...props.asProps,
style: {
cursor: disabled ? "not-allowed" : "pointer",
border: "none",
width: "100%",
...props.asProps.style,
},
};
Expand Down

0 comments on commit ed95192

Please sign in to comment.