Skip to content

Commit c73a043

Browse files
Remove text-decoration from ListItemText
1 parent b8d4e5c commit c73a043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/SideNav/components/ListItem/ListItem.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const itemContainerBaseStyles = ({ theme, gutter }) => css`
2727
margin-bottom: ${theme.spacings.bit};
2828
padding: ${theme.spacings[gutter]};
2929
transition: background-color ${theme.transitions.default};
30+
text-decoration: none;
3031
border-radius: 4px;
3132
&:first-child {
3233
margin-top: 0;

0 commit comments

Comments
 (0)