Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export default (customVariables = {}) => {
const variables = {
...defaultThemeVariables,
...customVariables,
};
return _.merge({}, getTheme(variables), {
// Html
'shoutem.ui.Html': {
a: {
text: {
fontWeight: '700',
color: variables.title.color,
},
},
'se-attachment': {
gallery: {
container: {
height: dimensionRelativeToIphone(130),
},
},
video: {
export default (customVariables = {}) => {
const variables = {
...defaultThemeVariables,
...customVariables,
};
return _.merge({}, getTheme(variables), {
// Html
'shoutem.ui.Html': {
a: {
text: {
fontWeight: '700',
color: customVariables.titleColor,
},
},
'se-attachment': {
gallery: {
container: {
height: dimensionRelativeToIphone(130),
},
},
video: {