diff --git a/packages/theme/src/theme-engine/utils.ts b/packages/theme/src/theme-engine/utils.ts index 0d25d2ef8..d08c0e9dd 100644 --- a/packages/theme/src/theme-engine/utils.ts +++ b/packages/theme/src/theme-engine/utils.ts @@ -172,5 +172,5 @@ export function colorsToCSSVariables(colors: Colors, variantKey?: string) { } function deriveShadeColor(color: tc.Instance) { - return color.setAlpha(0.04).toHex8String(); + return color.setAlpha(0.1).toHex8String(); }