I am experiencing an issue with using ant design to style a primary button. I have tried to change the background color using LESS, specifically by setting @btn-primary-bg: #1B2F55, but for some reason, it does not work. I know I could easily change the background color using style={{background-color}}, but I prefer to work with LESS. I have successfully set the primary color for all text, so I'm not sure why this particular issue is not working.
@btn-primary-bg: #1B2F55;
<Button type='primary' onClick={this.handleSubmitEmail}>{submit}</Button>
antd.customize.less