Skip to content

Commit

Permalink
🐛 Fixed Checkbox Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 13, 2023
1 parent 7abce0a commit ebef341
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Huge thanks to everyone who takes part in the development:
- [x] finish browse route -> filter, view, searching
- [x] add github workflow for automatically deploying and running this website as a github page
- [ ] fix formatter && add auto format check on gh-pages build
- [ ] fix checkbox styling on dropdowns
- [x] fix checkbox styling on dropdowns
22 changes: 22 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.20.4",
"@tailwindcss/forms": "^0.5.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export default {

darkMode: "media",

plugins: []
plugins: [require("@tailwindcss/forms")]
};

0 comments on commit ebef341

Please sign in to comment.