mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
feat: update token colorFill (#37286)
This commit is contained in:
parent
c0653c8a3c
commit
2686a126ce
@ -37,9 +37,9 @@ export const generateNeutralColorPalettes: GenerateNeutralColorMap = (
|
||||
colorTextTertiary: getAlphaColor(colorTextBase, 0.45),
|
||||
colorTextQuaternary: getAlphaColor(colorTextBase, 0.25),
|
||||
|
||||
colorFill: getAlphaColor(colorTextBase, 0.06),
|
||||
colorFillSecondary: getAlphaColor(colorTextBase, 0.04),
|
||||
colorFillTertiary: getAlphaColor(colorTextBase, 0.03),
|
||||
colorFill: getAlphaColor(colorTextBase, 0.012),
|
||||
colorFillSecondary: getAlphaColor(colorTextBase, 0.06),
|
||||
colorFillTertiary: getAlphaColor(colorTextBase, 0.04),
|
||||
colorFillQuaternary: getAlphaColor(colorTextBase, 0.02),
|
||||
|
||||
colorBgLayout: getSolidColor(colorBgBase, 4),
|
||||
|
Loading…
Reference in New Issue
Block a user