向@ shoutem / theme添加新按钮样式

时间:2017-12-07 05:29:15

标签: shoutem

我能够得到@ Shoutem /主题。我想在所有其他方面引入一种新的按钮样式。

这是我的代码。

const theme = Object.assign(UITheme(), {

  'shoutem.ui.Button': {

    '.new-button': {
    flex: 1,
    flexDirection: 'row',
    alignItems: 'center',
    justifyContent: 'center',
    backgroundColor: '#ffffff',
    borderRadius: 2,
    borderWidth: 1,
    borderColor:  '#cccccc',
    paddingTop: 9,
    paddingBottom: 9,
  }
}
});

使用此代码styleName="new-button"是唯一可用的按钮。

如何将其作为添加而非替代?

0 个答案:

没有答案