Skip to content

Commit 523347e

Browse files
committed
style: fix font weight empty state
1 parent b3bf25c commit 523347e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/sidepanel/components/EmptyState.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ const EmptyState: React.FC<EmptyStateProps> = ({ body, type }) => {
7272
<Box
7373
pt={1}
7474
pb={5}
75-
fontSize={appColors.common.fontSize.baseSmall}
75+
fontSize={appColors.common.fontSize.base}
76+
fontWeight={appColors.common.fontWeight.bold}
7677
textAlign={'center'}
77-
color={appColors.neutral[300]}
78+
color={appColors.neutral[600]}
7879
fontFamily={appColors.common.fontFamily}>
7980
{body}
8081
</Box>

0 commit comments

Comments
 (0)