From eba44019f6da9119ec37d628476340db28070e05 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 11 May 2024 17:38:38 +0300 Subject: [PATCH] Adjust font-weight --- components/lib/themes/aura/fieldset/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/themes/aura/fieldset/index.js b/components/lib/themes/aura/fieldset/index.js index 358956e2c..511fa7aa5 100644 --- a/components/lib/themes/aura/fieldset/index.js +++ b/components/lib/themes/aura/fieldset/index.js @@ -16,7 +16,7 @@ export default { borderColor: 'transparent', padding: '0.5rem 0.75rem', gap: '0.5rem', - fontWeight: '700', + fontWeight: '600', focusRing: { width: '{focus.ring.width}', style: '{focus.ring.style}',