fix: fill color (#37302)

This commit is contained in:
MadCcc 2022-08-30 16:24:03 +08:00 committed by GitHub
parent 04d6e794d3
commit 70b5c2a63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),