mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
theme: increase opacity of shade color
This commit is contained in:
committed by
Abdullah Atta
parent
d256d435e4
commit
85b7611214
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user