From ab0fb977fbb17d2034678fd61ebb85e1e29b143a Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 15 Nov 2023 19:56:26 -0600 Subject: [PATCH] CE-740 font weight --- src/qqq/assets/theme/components/tabs/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qqq/assets/theme/components/tabs/index.ts b/src/qqq/assets/theme/components/tabs/index.ts index 30952f4..d614497 100644 --- a/src/qqq/assets/theme/components/tabs/index.ts +++ b/src/qqq/assets/theme/components/tabs/index.ts @@ -33,7 +33,10 @@ const tabs: Types = { borderBottomColor: grey[400], minHeight: "unset", padding: "0", - margin: "0" + margin: "0", + "& button": { + fontWeight: 500 + } }, scroller: {