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