Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
background-color: ${({fallbackColor, theme})=>fallbackColor||themed.mainAlt({theme})};
title: {
component: {
name: 'component/logoText',
alignment: 'center'
}
},
...buttons,
leftButtons: [
{
id: 'settings',
icon: require('assets/images/settings.png')
}
]
},
layout: {
backgroundColor: themed.mainAlt()
}
}
}
static options() {
return {
topBar: {
background: {
color: themed.mainAlt()
},
title: {
component: {
name: 'component/logoText',
alignment: 'center'
}
},
...buttons,
leftButtons: [
{
id: 'settings',
icon: require('assets/images/settings.png')
}
]
},
layout: {