From 1c0637b6d1b21d7c1df966aa91f067f9a4c027b1 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Tue, 15 Jul 2025 14:39:38 +0000 Subject: [PATCH] bluer <1sat color --- frontend/src/app/app.constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/app.constants.ts b/frontend/src/app/app.constants.ts index 53c7b06c1..4be2a61f9 100644 --- a/frontend/src/app/app.constants.ts +++ b/frontend/src/app/app.constants.ts @@ -1,5 +1,5 @@ export const defaultMempoolFeeColors = [ - '497d2b', + '007d3d', '557d00', '5d7d01', '637d02', @@ -41,7 +41,7 @@ export const defaultMempoolFeeColors = [ ]; export const contrastMempoolFeeColors = [ - '007be9', + '06adef', '0082e6', '0984df', '1285d9',