ant-design / antd-mobile-samples

antd-mobile samples
1.15k stars 1.09k forks source link

web-custom-ui-pro 主题定制化未生效 #72

Closed hoosin closed 6 years ago

hoosin commented 6 years ago

定制 @brand-primary 颜色未生效

// 红涨绿跌
@brand-raise: #f35833;
@brand-down: #07a168;
@brand-primary: #f10180;
hoosin commented 6 years ago

已经解决,原来 theme 需要在定制组件(components/xx/style/index.less)单独引入,并没有在 biz-components 中默认引入

@import '../../style/theme.less';