Skip to content

Commit

Permalink
Success, failure, warning colours added
Browse files Browse the repository at this point in the history
  • Loading branch information
seenanair committed Aug 18, 2023
1 parent f79224c commit 476fab2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,21 @@ module.exports = {
800: "#97266d",
900: "#702459",
},
success: {
DEFAULT: "#68d391",
light: "#f0fff4",
dark: "#276749",
},
failure: {
DEFAULT: "#fc8181",
light: "#fff5f5",
dark: "#9b2c2c",
},
warning: {
DEFAULT: "#f6e05e",
light: "#fffff0",
dark: "#975a16",
},
},
spacing: {
px: "1px",
Expand Down

1 comment on commit 476fab2

@seenanair
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BenTopping New colours added to ui-styling. Please review/confirm the changes when you get time, then I will merge to main

Please sign in to comment.