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