From 1e9209028efb9b78d8d4a8fb57e6ca8f227dfe27 Mon Sep 17 00:00:00 2001 From: mulan xia Date: Mon, 22 Jan 2024 16:42:19 -0500 Subject: [PATCH] fix lint error --- src/styles/colors/colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/colors/colors.ts b/src/styles/colors/colors.ts index 97bcfc3..3c0c1cf 100644 --- a/src/styles/colors/colors.ts +++ b/src/styles/colors/colors.ts @@ -49,4 +49,4 @@ type RiskColors = { riskLow: string; riskMedium: string; riskHigh: string; -}; \ No newline at end of file +};