Skip to content

Commit

Permalink
Update: Modules + Colors - 04-11 11:46
Browse files Browse the repository at this point in the history
  • Loading branch information
Yagasaki7K committed Nov 4, 2024
1 parent 5f21d9d commit cc4a785
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"next-seo": "^6.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"sonner": "^1.7.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"typescript": "^5.6.2",
"@types/node": "^20.16.10",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.3",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.4"
}
Expand Down
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
--gray: #7f869c;
--gray-light: #edf0f6;
/* --red: #e10065; */
--red: #9b8acf;
--red: #45a2ee;
--code: #eceef3;
/* --pink: #dc77b6; */
--pink: #7358c2;
--pink: #5695c9;
--codeblock: #000;
--white: #fff;
--black: #111827;
Expand Down

0 comments on commit cc4a785

Please sign in to comment.