From 4d76db5fe77d6929403fb1bddbb275b01c8b04aa Mon Sep 17 00:00:00 2001 From: Chandan Balaji Date: Thu, 26 May 2022 12:45:48 +0530 Subject: [PATCH] updated harcoded values --- app/client/src/components/ads/Tabs.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/src/components/ads/Tabs.tsx b/app/client/src/components/ads/Tabs.tsx index 67a5ed2c91..4b3b3de8d4 100644 --- a/app/client/src/components/ads/Tabs.tsx +++ b/app/client/src/components/ads/Tabs.tsx @@ -136,8 +136,8 @@ const TabsWrapper = styled.div<{ export const TabTitle = styled.span<{ responseViewer?: boolean }>` font-size: ${(props) => props.theme.typography.h4.fontSize}px; - font-weight: ${(props) => props.theme.typography.h4.fontWeight - 100}; - line-height: ${(props) => props.theme.typography.h4.lineHeight - 3}px; + font-weight: ${(props) => props.theme.fontWeights[1]}; + line-height: ${(props) => props.theme.spaces[11]}px; letter-spacing: ${(props) => props.theme.typography.h4.letterSpacing}px; margin: 0; display: flex;