From 818f3c35ce0752e22dc87544c6078302d14e0e01 Mon Sep 17 00:00:00 2001 From: Klink <85062+dogmar@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:14:35 -0700 Subject: [PATCH] Update text-danger color --- src/theme/colors-semantic-light.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/colors-semantic-light.ts b/src/theme/colors-semantic-light.ts index ed4e369f..0e7dbbac 100644 --- a/src/theme/colors-semantic-light.ts +++ b/src/theme/colors-semantic-light.ts @@ -79,7 +79,7 @@ export const semanticColorsLight = { 'text-success-light': green[600], 'text-warning': '#FADA5E', 'text-warning-light': '#DCBC40', - 'text-danger': '#ED4578', + 'text-danger': '#E54064', 'text-danger-light': red[300], 'text-always-white': semanticColorsDark['text-always-white'],