Skip to content

Commit

Permalink
better color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MattPereira committed May 22, 2024
1 parent 8587f23 commit 952432e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
themes: [
{
light: {
primary: "#0ba95b",
primary: "#2b79a2",
"primary-content": "#ffffff",
secondary: "#e0e0da",
"secondary-content": "#ffffff",
Expand All @@ -18,8 +18,8 @@ module.exports = {
neutral: "#3b2e2a",
"neutral-content": "#9d7dce",
"base-100": "#ffffff",
"base-200": "#e7e5e4",
"base-300": "#f7f7f7",
"base-200": "#F0F0ED",
"base-300": "#e0e0da",
"base-content": "#231f20",
info: "#12b5e5",
success: "#0ba95b",
Expand Down

0 comments on commit 952432e

Please sign in to comment.