add functionality, without user exposure yet

This commit is contained in:
mulan xia
2024-02-01 19:37:47 -05:00
parent eabd5dda54
commit 4df0fc50f5
+1 -1
View File
@@ -17,4 +17,4 @@ export const UsageColorFromRiskLevel = (riskLevel: RiskLevels) =>
export const generateFadedColorVariant = (colorHex: string, opacityHex: string) => {
return `${colorHex}${opacityHex}`;
};
};