This commit is contained in:
mulan xia 2024-01-30 16:39:34 -05:00
parent 7309f88515
commit 4563fdab03
No known key found for this signature in database
GPG Key ID: C6CE526613568D73

View File

@ -17,4 +17,4 @@ export const UsageColorFromRiskLevel = (riskLevel: RiskLevels) =>
export const generateFadedColorVariant = (colorHex: string, opacityHex: string) => {
return `${colorHex}${opacityHex}`;
};
};