Skip to content

Commit

Permalink
fix(button): button usage default theme isn’t default (#4693)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley-0808 authored Oct 31, 2024
1 parent d1879d3 commit 168c5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/_usage/props.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"name": "theme",
"type": "enum",
"defaultValue": "primary",
"defaultValue": "default",
"options": [
{
"label": "default",
Expand Down

0 comments on commit 168c5a2

Please sign in to comment.