From 18b69fad99c6ffd247964011a2d307c418e213b1 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 30 Dec 2022 13:07:40 -0500 Subject: [PATCH] fix: Improve contrast on danger color --- shared/styles/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts index 87de5f9c2..f28d552c0 100644 --- a/shared/styles/theme.ts +++ b/shared/styles/theme.ts @@ -27,7 +27,7 @@ const colors = { yellow: "#EDBA07", warmGrey: "#EDF2F7", searchHighlight: "#FDEA9B", - danger: "#ff476f", + danger: "#f4345d", warning: "#f08a24", success: "#2f3336", info: "#a0d3e8",