From 9ef5c420d93c8ea72a4f3d332b8f5f560d9d8db9 Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 29 May 2020 22:16:20 +0700 Subject: [PATCH] Change mempool gradient to green-yellow-red --- frontend/src/app/app.constants.ts | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts index 59cc4bc1c..28773b8ef 100644 --- a/frontend/src/app/app.constants.ts +++ b/frontend/src/app/app.constants.ts @@ -1,34 +1,34 @@ export const mempoolFeeColors = [ + '26c200', + '32bc00', + '40b600', + '4cb000', + '5da800', + '60a600', + '67a300', + '749d00', + '7c9900', + '849500', + '958d00', + '9d8900', + 'a38600', + 'ab8200', + 'b18000', + 'b77d00', 'c27800', - 'c27404', 'c27008', - 'c26b0d', - 'c26514', - 'c26118', - 'c25b1e', - 'c25623', - 'c25029', - 'c24b2e', - 'c24633', - 'c24336', - 'c24039', - 'c23c3d', - 'c23940', - 'c23643', - 'c23544', - 'c23445', - 'c23346', - 'c23346', - 'c23346', - 'c23247', - 'c23247', - 'c2304a', - 'c22d4d', - 'c22c4e', - 'c22b4f', - 'c22a50', - 'c22a50', - 'c22a50', + 'c26d0b', + 'c26810', + 'c26018', + 'c25d1b', + 'c25a1e', + 'c25028', + 'c24d2b', + 'c24731', + 'c23e3b', + 'c23b3e', + 'c23545', + 'c23347', 'c22951', ];