From 58fbd3ab669a1d7dbb6f5e1bae1a6224d84c4fd7 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:51:05 -0800 Subject: [PATCH] [Next Theme] Revert `font-weight` of OuiButton to normal from semi-bold (#1222) (#1227) * 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 Co-authored-by: github-actions[bot] --- 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