diff --git a/src/colors.js b/src/colors.js index 2877d0e..1574099 100644 --- a/src/colors.js +++ b/src/colors.js @@ -287,6 +287,7 @@ const states = { 700: "#b42318", 800: "#912018", 900: "#7a271a", + 950: "#2F0600", }, success: { 25: "#f6fef9", @@ -300,6 +301,7 @@ const states = { 700: "#027a48", 800: "#05603a", 900: "#054f31", + 950: "#012114", }, warning: { 25: "#fffcf5", @@ -313,6 +315,7 @@ const states = { 700: "#b54708", 800: "#93370d", 900: "#7a2e0e", + 950: "#2F0F01", }, };