Skip to content

Commit

Permalink
chore: Fix 80% (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhea-so committed May 8, 2024
2 parents d97517f + 24b6c22 commit 970e1f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.82",
"version": "0.4.83",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const AddPhotoDragInDrop = () => {
fontSize: '1rem',
color: darkMode ? '#fff' : '#000',
marginTop: '1rem',
width: '80%',
}}
className="text-center"
>
Expand Down

0 comments on commit 970e1f0

Please sign in to comment.