Fix non-rounded corner when choosing 'Safe name' in safe settings
This commit is contained in:
parent
dac7bbd553
commit
0337d61ab8
|
@ -23,6 +23,9 @@ export const styles = () => ({
|
|||
padding: `${md} 0 ${md} ${lg}`,
|
||||
alignItems: 'center',
|
||||
cursor: 'pointer',
|
||||
'&:first-child': {
|
||||
borderRadius: '8px',
|
||||
},
|
||||
},
|
||||
active: {
|
||||
backgroundColor: background,
|
||||
|
|
Loading…
Reference in New Issue