Skip to content

Commit

Permalink
Merge pull request #322 from NUTFes/feat/yama/321/add-react-pallet
Browse files Browse the repository at this point in the history
React-Colorの導入&モーダルにカラーパレットの導入
  • Loading branch information
hikahana authored Nov 6, 2024
2 parents 81d31bc + 38362eb commit 3690f4f
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 41 deletions.
77 changes: 77 additions & 0 deletions view-user/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions view-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"minio": "^7.1.1",
"next": "^14.2.3",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^4.10.1",
"recoil": "^0.7.7"
Expand All @@ -45,6 +46,7 @@
"@svgr/webpack": "^8.1.0",
"@types/matter-js": "^0.19.6",
"@types/minio": "^7.1.1",
"@types/react-color": "^3.0.12",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
Expand Down
4 changes: 4 additions & 0 deletions view-user/src/components/Layout/Layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
text-align: center;
margin-bottom: 3.5vw;
}

.resetButton > button {
width: auto;
}
Loading

0 comments on commit 3690f4f

Please sign in to comment.