Skip to content

Commit

Permalink
[Next Theme] Revert font-weight of OuiButton to normal from semi-bold
Browse files Browse the repository at this point in the history
* The larger font-size eliminates the need for bolder text

Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Jan 31, 2024
1 parent 832372a commit 2fb45d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/oui-next/global_styling/mixins/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

text-decoration: none;
border: solid 1px transparent;
font-weight: 600;
font-weight: 400;

// sass-lint:disable mixins-before-declarations
// focus states should come after all default styles
Expand Down

0 comments on commit 2fb45d6

Please sign in to comment.