Skip to content

Commit c73a043

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
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)