Skip to content

Commit

Permalink
fix: remove incorrect default value for some component variations
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 9, 2023
1 parent c993d0f commit 0ff0bbc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default {
name: 'enum',
value: ['outlined', 'underlined'],
},
defaultValue: 'large',
},
},
} as Meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default {
name: 'enum',
value: ['outlined', 'underlined'],
},
defaultValue: 'large',
},
},
} as Meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default {
name: 'enum',
value: ['outlined', 'underlined'],
},
defaultValue: 'large',
},
},
} as Meta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export default {
name: 'enum',
value: ['outlined', 'underlined'],
},
defaultValue: 'large',
},
size: {
type: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default {
name: 'enum',
value: ['outlined', 'underlined'],
},
defaultValue: 'large',
},
},
} as Meta
Expand Down

0 comments on commit 0ff0bbc

Please sign in to comment.