afc163 2022-11-17 18:30:59 +08:00 committed by GitHub
parent ac143ffb4d
commit e486979b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ const GlobalStyles = () => {
const { antCls, iconCls } = token;
const demoGridColor = '#0092ff';
const demoGridColor = token.colorPrimary;
return (
<>
@ -556,7 +556,7 @@ const GlobalStyles = () => {
background: ${demoGridColor};
&:nth-child(2n + 1) {
background: ${new TinyColor(demoGridColor).setAlpha(0.75).toHexString()};
background: ${new TinyColor(demoGridColor).setAlpha(0.75).toHex8String()};
}
}