Skip to content

Commit

Permalink
Merge pull request #73 from recepcaoimeusp/fix/buttonRoundedProperty
Browse files Browse the repository at this point in the history
Fix rounded property type of v-btn
  • Loading branch information
josemayer authored Feb 5, 2024
2 parents 22fa6a6 + 3eff4bb commit 844f6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Button.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-btn
class="padraoButton"
rounded="pill"
rounded
elevation="0"
large
:dark="dark"
Expand Down

0 comments on commit 844f6d7

Please sign in to comment.