Skip to content

Commit

Permalink
fix(button): default dash
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Apr 7, 2024
1 parent 8b7b355 commit 6d50173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/button/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function draw(rc: RoughSVG, svg: SVGSVGElement) {
--r-button-color: var(--r-element-color);
--r-button-border-color: var(--r-button-color);
--r-button-border-width: 1px;
--r-button-border-dash: unset;
--r-button-border-dash: none;
display: inline-block;
padding-block: var(--r-common-box-padding-block);
padding-inline: var(--r-common-box-padding-inline);
Expand Down

0 comments on commit 6d50173

Please sign in to comment.