add functionality, without user exposure yet

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