apps/web: fix secondary dev color
This commit is contained in:
parent
12b2d8b728
commit
f5f5938971
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user