Vertically align appbar icon - better styling

This commit is contained in:
Timothy Farrell 2018-07-18 05:33:47 -05:00
parent 549c336c47
commit b9f33cbb64

View File

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