Skip to content

Commit

Permalink
fix: remove show all button background
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Sep 23, 2022
1 parent e44b368 commit 9990fcc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const ListItem = styled(MuiListItem, {
}));

export const ShowAllButton = styled(Button)(({ theme }) => ({
background: 'none',
'&:hover': {
background: 'none',
},
Expand Down

0 comments on commit 9990fcc

Please sign in to comment.