mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
[WIP] Encryption for secure values (#183)
This commit is contained in:
@@ -112,7 +112,7 @@ function bannerColorVariables(color: YaakColor): Partial<CSSVariables> {
|
||||
return {
|
||||
text: color.lift(0.8),
|
||||
textSubtle: color.translucify(0.3),
|
||||
textSubtlest: color,
|
||||
textSubtlest: color.translucify(0.6),
|
||||
surface: color.translucify(0.95),
|
||||
border: color.lift(0.3).translucify(0.8),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user