跳转到主要内容

覆盖样式

任何 Restyle 组件也接受常规的 style 属性,并会在所有其他样式之后应用它,这意味着你可以使用它来进行任何你可能认为必要的覆盖。

<Box
margin="s"
padding="m"
style={{
backgroundColor: '#F00BAA',
}}
/>