Fix IconButton shapes and positioning

Fixes #106
This commit is contained in:
Thomas Nordquist
2019-04-15 22:40:16 +02:00
parent 0ec539854c
commit a28fc958d4
3 changed files with 9 additions and 3 deletions

View File

@@ -12,6 +12,8 @@ const styles = (theme: Theme) => ({
button: {
padding: '6px',
fontSize: '1.2em',
width: '32px',
height: '32px',
},
})