From 3929643058063c0015aed2f397915f0d8839a13c Mon Sep 17 00:00:00 2001 From: Phil Gwynne Date: Mon, 29 Jul 2024 09:32:41 +0100 Subject: [PATCH] feat: expanded states color palette --- src/colors.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/colors.js b/src/colors.js index 4cbfbed..0edf458 100644 --- a/src/colors.js +++ b/src/colors.js @@ -317,7 +317,8 @@ const states = { 700: "#b42318", 800: "#912018", 900: "#7a271a", - 950: "#2F0600", + 950: "#54170d", + 975: "#2f0600", }, success: { 25: "#f6fef9", @@ -331,7 +332,8 @@ const states = { 700: "#027a48", 800: "#05603a", 900: "#054f31", - 950: "#012114", + 950: "#033823", + 975: "#012114", }, warning: { 25: "#fffcf5", @@ -345,7 +347,8 @@ const states = { 700: "#b54708", 800: "#93370d", 900: "#7a2e0e", - 950: "#2F0F01", + 950: "#541f08", + 975: "#2f0f01", }, };