Skip to content

Commit

Permalink
v0.2.1-alpha - change default button
Browse files Browse the repository at this point in the history
  • Loading branch information
koiyakiya committed Jul 23, 2024
1 parent 7cd9f25 commit b251012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "exit 0"
},
"name": "vite-coffee",
"version": "0.2.0-alpha",
"version": "0.2.1-alpha",
"type": "module",
"dependencies": {
"vue": "^3.4.33"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Kofi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
borderRadius: { type: String, default: '10px' },
gap: { type: String, default: '5px' },
display: { type: String, default: 'flex' },
width: { type: String, default: '175px' },
height: { type: String, default: '20px' },
width: { type: String, default: '200px' },
height: { type: String, default: '40px' },
alignItems: { type: String, default: 'center' },
justifyContent: { type: String, default: 'center' },
textDecoration: { type: String, default: 'none' },
Expand Down

0 comments on commit b251012

Please sign in to comment.