Skip to content

Commit

Permalink
Test failure with a module only style change
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Oct 4, 2024
1 parent cfcbd1e commit e112b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Button/ButtonBase.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
font-family: inherit;
font-size: var(--text-body-size-medium);
font-weight: var(--base-text-weight-medium);
color: var(--button-default-fgColor-rest);
color: red;
text-align: center;
text-decoration: none;
cursor: pointer;
Expand Down

0 comments on commit e112b58

Please sign in to comment.