Skip to content

Commit

Permalink
feat: center align buttons text
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Dec 7, 2022
1 parent 039cdde commit 76bb744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/buttons.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const base = style({
justifyContent: 'center',
fontSize: genericVars.text.size.normal,
userSelect: 'none',
textAlign: 'center',
selectors: {
'&[disabled]': {
pointerEvents: 'none',
Expand Down

0 comments on commit 76bb744

Please sign in to comment.