update style

This commit is contained in:
casperlamboo 2018-01-17 12:21:36 +01:00
parent 89e67882a0
commit 291e11fecf

View File

@ -50,9 +50,9 @@ const styles = {
settingsBar: {
display: 'flex',
flexDirection: 'column',
maxWidth: '380px',
maxWidth: '320px',
boxSizing: 'border-box',
padding: '10px',
padding: '10px 20px',
backgroundColor: 'white',
borderLeft: `1px solid ${grey300}`
},