mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
fix: fill color (#37302)
This commit is contained in:
parent
04d6e794d3
commit
70b5c2a63e
@ -37,7 +37,7 @@ export const generateNeutralColorPalettes: GenerateNeutralColorMap = (
|
||||
colorTextTertiary: getAlphaColor(colorTextBase, 0.45),
|
||||
colorTextQuaternary: getAlphaColor(colorTextBase, 0.25),
|
||||
|
||||
colorFill: getAlphaColor(colorTextBase, 0.012),
|
||||
colorFill: getAlphaColor(colorTextBase, 0.12),
|
||||
colorFillSecondary: getAlphaColor(colorTextBase, 0.06),
|
||||
colorFillTertiary: getAlphaColor(colorTextBase, 0.04),
|
||||
colorFillQuaternary: getAlphaColor(colorTextBase, 0.02),
|
||||
|
Loading…
Reference in New Issue
Block a user