Skip to content

Commit f36766d

Browse files
authored
chore: increase line-height of what's new (#6993)
1 parent 288128b commit f36766d

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Components/WhatsNew

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Components/WhatsNew/WhatsNew.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const Topic = ({ children, icon, linkTo }: TopicProps) => (
145145
<Icon color="#EDFFA5" name={icon} />
146146
</Element>
147147
<Stack direction="vertical" gap={2}>
148-
<Text weight="400" size={13} css={css({ lineHeight: '16px' })}>
148+
<Text weight="400" size={13} css={css({ lineHeight: '19px' })}>
149149
{children}
150150
</Text>
151151
<Link

0 commit comments

Comments
 (0)