2

我能够让@Shoutem/theme 工作。我想与其他所有按钮一起引入一种新的按钮样式。

这是我的代码。

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"是唯一可用的按钮。

我如何使它成为添加而不是替代?

4

0 回答 0