Fix non-rounded corner when choosing 'Safe name' in safe settings

This commit is contained in:
Mikhail Mikheev 2019-09-06 17:25:53 +04:00
parent dac7bbd553
commit 0337d61ab8
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ export const styles = () => ({
padding: `${md} 0 ${md} ${lg}`,
alignItems: 'center',
cursor: 'pointer',
'&:first-child': {
borderRadius: '8px',
},
},
active: {
backgroundColor: background,