theme: increase opacity of shade color

This commit is contained in:
Abdullah Atta
2023-09-05 11:52:13 +05:00
committed by Abdullah Atta
parent d256d435e4
commit 85b7611214

View File

@@ -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();
}