Skip to content

Commit

Permalink
fix(CloseButton): remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Jul 29, 2022
1 parent 65f41c4 commit 02bba32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/buttons/CloseButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import { defineComponent } from 'vue'
export default defineComponent({
name: 'CloseButton',
props: {
color: {
type: String,
default: 'black',
},
weight: {
type: String,
default: '1px',
Expand Down

0 comments on commit 02bba32

Please sign in to comment.