diff --git a/apps/web/constants/colors.ts b/apps/web/constants/colors.ts index 7319c91..9972a6e 100644 --- a/apps/web/constants/colors.ts +++ b/apps/web/constants/colors.ts @@ -9,7 +9,7 @@ export const COLORS_PROD = { export const COLORS_DEV = { COLOR_DANGER: '#D10000', COLOR_PRIMARY: '#BF3676', - COLOR_SECONDARY: '#FD4047', + COLOR_SECONDARY: '#c54a84', COLOR_TERTIARTY: '#FF9112', }; const env = getEnv();