Skip to content

Commit

Permalink
Merge pull request #24 from krystal/add-950-shades
Browse files Browse the repository at this point in the history
feat: Add 950 shade to error, warning and success
  • Loading branch information
mattbearman committed Jul 19, 2024
2 parents 68c4731 + f2bcd96 commit 76a5c68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const states = {
700: "#b42318",
800: "#912018",
900: "#7a271a",
950: "#2F0600",
},
success: {
25: "#f6fef9",
Expand All @@ -300,6 +301,7 @@ const states = {
700: "#027a48",
800: "#05603a",
900: "#054f31",
950: "#012114",
},
warning: {
25: "#fffcf5",
Expand All @@ -313,6 +315,7 @@ const states = {
700: "#b54708",
800: "#93370d",
900: "#7a2e0e",
950: "#2F0F01",
},
};

Expand Down

0 comments on commit 76a5c68

Please sign in to comment.