Skip to content

Commit

Permalink
fix: jelu accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed Jan 7, 2023
1 parent ef9737a commit 125cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jelu-ui/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
jelu: {
primary: "#f7f5d1",
secondary: "#aaaaaa",
accent: "#69ea7d",
accent: "#f7f5d1",
neutral: "#404040",
"base-100": "#262429",
"info": "#3ABFF8",
Expand Down

0 comments on commit 125cfd4

Please sign in to comment.