Vertically align appbar icon - better styling

This commit is contained in:
Timothy Farrell 2018-07-18 05:33:47 -05:00
parent 4fba94f1fa
commit dde7bb3e70

View File

@ -30,8 +30,7 @@ export function AppBar(params) {
Object.assign( Object.assign(
{ {
name: up.button || 'arrow-left', name: up.button || 'arrow-left',
size: 0.75, size: 0.75
style: { verticalAlign: 'middle' }
}, },
upProps upProps
) )