mirror of
https://github.com/status-im/safe-react.git
synced 2025-03-02 02:10:43 +00:00
fix styles on network label
This commit is contained in:
parent
edfbf4b649
commit
6e0dccd28c
@ -31,7 +31,7 @@ const StyledLink = styled.a`
|
||||
text-decoration: none;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 12px 16px 12px 0;
|
||||
padding: 14px 16px 14px 0;
|
||||
|
||||
:hover {
|
||||
background-color: ${({ theme }) => theme.colors.background};
|
||||
|
@ -24,7 +24,8 @@ const useStyles = makeStyles({
|
||||
lineHeight: 'normal',
|
||||
margin: '0',
|
||||
padding: `${xs} ${sm}`,
|
||||
width: 'fit-content',
|
||||
minWidth: '70px',
|
||||
textAlign: 'center',
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user