UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

12 lines 306 B
import variables from '../../style/themes/default.native'; export default { progressOuter: { backgroundColor: variables.border_color_base, flex: 1 }, progressBar: { borderBottomWidth: 4, borderStyle: 'solid', borderColor: variables.brand_primary } };