ctalpandey

Results 3 comments of ctalpandey

Thanks a lot for the reply! Roadhog rocks! I am able to set [Default Variables](https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less) using this approach. However, I was looking for customized color and background-color for ant-modal-header/footer but...

I think the above references shows examples of [Default Variables ](https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less) only; not more complex like ant-modal header/footer or use of custom.less file to override theme.

I tried [Customize Theme-alternative way](https://ant.design/docs/react/customize-theme#2\)-Overriding-Less-variables-(alternative-way)). My custom file looks as below: ``` .@{dialog-prefix-cls} { &-header { background: @heading-color; } } ``` But still it did not work (I imported official...