Skip to content

Commit

Permalink
Tweak warning and success colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabl0cks committed Apr 17, 2024
1 parent e6d89e2 commit b661e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = {
"base-300": "#EEF0FF",
"base-content": "#212638",
info: "#93BBFB",
success: "#34EEB6",
warning: "#FFCF72",
success: "#DDFFB3",
warning: "#FEC297",
error: "#FF8863",

".tooltip": {
Expand Down

0 comments on commit b661e06

Please sign in to comment.