From 8780d58716b560ba74ae73ba8db6e31f2ef001e6 Mon Sep 17 00:00:00 2001 From: Omelekhin Date: Thu, 11 Jan 2024 06:51:39 +0500 Subject: [PATCH] More contrast colors for Floors level --- features/Buildings/Houses.constants.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/features/Buildings/Houses.constants.ts b/features/Buildings/Houses.constants.ts index ffd747e0..fb2dd5a3 100644 --- a/features/Buildings/Houses.constants.ts +++ b/features/Buildings/Houses.constants.ts @@ -18,15 +18,15 @@ export const AGE_FILTERS_DATA: HistogramDataWithoutValues = [ ]; export const FLOOR_FILTERS_DATA: HistogramDataWithoutValues = [ - { from: 1, to: 3, color: '#006adb' }, - { from: 3, to: 5, color: '#0084e2' }, - { from: 5, to: 9, color: '#009ee1' }, - { from: 9, to: 12, color: '#00b7d9' }, - { from: 12, to: 16, color: '#00cfc5' }, - { from: 16, to: 21, color: '#00e7a3' }, - { from: 21, to: 25, color: '#72f674' }, - { from: 25, to: 31, color: '#c0fc49' }, - { from: 31, to: 52, color: '#ffea00' }, + { from: 1, to: 3, color: '#0050f0' }, + { from: 3, to: 5, color: '#0074e5' }, + { from: 5, to: 9, color: '#0095ce' }, + { from: 9, to: 12, color: '#00b49e' }, + { from: 12, to: 16, color: '#5dca13' }, + { from: 16, to: 21, color: '#93d800' }, + { from: 21, to: 25, color: '#b9e500' }, + { from: 25, to: 31, color: '#dcf300' }, + { from: 31, to: 52, color: '#ffff00' }, ]; export const WEAR_TEAR_FILTERS_DATA: HistogramDataWithoutValues = [