Skip to content

Commit

Permalink
fix: update letter spacing on normal style button (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
burden authored May 20, 2020
1 parent 96af87c commit c27ef6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/sys-form-button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
border-color: var(--color-light-form-button-normal);
color: var(--color-light-form-button-normal-contrast);
font-family: var(--font-family-sans);
letter-spacing: normal;
}
.button--normal:hover,
Expand Down

0 comments on commit c27ef6a

Please sign in to comment.