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",