Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanjohan committed Jul 13, 2024
1 parent 9b9a98e commit c2cc622
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/nextjs/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ module.exports = {
themes: [
{
light: {
primary: "#93BBFB",
"primary-content": "#212638",
secondary: "#DAE8FF",
"secondary-content": "#212638",
accent: "#93BBFB",
"accent-content": "#212638",
neutral: "#212638",
primary: "#fc8803",
"primary-content": "#382e21",
secondary: "#edae55",
"secondary-content": "#382e21",
accent: "#fc8803",
"accent-content": "#382e21",
neutral: "#382e21",
"neutral-content": "#ffffff",
"base-100": "#ffffff",
"base-200": "#f4f8ff",
"base-300": "#DAE8FF",
"base-content": "#212638",
info: "#93BBFB",
"base-200": "#fff8f4",
"base-300": "#ffebda",
"base-content": "#382e21",
info: "#fc8803",
success: "#34EEB6",
warning: "#FFCF72",
error: "#FF8863",
Expand Down

0 comments on commit c2cc622

Please sign in to comment.