From b0820d93c3c5ad71af059aee0934c2f587eb1249 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Feb 2024 02:01:47 +0000 Subject: [PATCH] [Next Theme] Revert `font-weight` of OuiButton to normal from semi-bold (#1222) * The larger font-size eliminates the need for bolder text Signed-off-by: Miki (cherry picked from commit 53219bef67d132e8d14e220c5fc304699004e1f6) Signed-off-by: github-actions[bot] # Conflicts: # CHANGELOG.md --- src/themes/oui-next/global_styling/mixins/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/oui-next/global_styling/mixins/_button.scss b/src/themes/oui-next/global_styling/mixins/_button.scss index 4008fac5ad..d89222cee4 100644 --- a/src/themes/oui-next/global_styling/mixins/_button.scss +++ b/src/themes/oui-next/global_styling/mixins/_button.scss @@ -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