antd-theme-webpack-plugin
antd-theme-webpack-plugin copied to clipboard
Input box-shadow changes every compile.
Describe the bug
- Clone the example of customized-cra, install & run the example.
- Focus on an input. You will notice
.ant-input:focus
has thebox-shadow
. But the color will change everytime you run the example again.
I get different box-shadow
values:
box-shadow: 0 0 0 2px rgba(230, 90, 98, 0.2);
box-shadow: 0 0 0 2px rgba(245, 72, 235, 0.2);
box-shadow: 0 0 0 2px rgba(231, 68, 218, 0.2);
Screenshots
box-shadow: 0 0 0 2px rgba(196, 216, 143, 0.2);
box-shadow: 0 0 0 2px rgba(123, 18, 62, 0.2);
box-shadow: 0 0 0 2px rgba(69, 220, 61, 0.2);
It happens on table shadow as well.
Version Version 1.3.6 - latest
Yeah, that is bug and I'll fix this soon. Hopefully today
@tandat2209 This issue has been fixed new release [email protected]
For users using antd-theme-generator
core script, it has been fixed in [email protected]
Slider handle active color had same issue but it has been fixed now
https://github.com/ant-design/ant-design/issues/20079 has been fixed