fix: make line height bigger for token preview (#7186)

* make line height bigger

* Update [[index]].tsx
This commit is contained in:
Brendan Wong 2023-08-17 17:20:18 -04:00 committed by GitHub
parent cccf6ac680
commit e893bc2685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,7 @@ export const onRequest: PagesFunction = async ({ params, request }) => {
style={{
fontFamily: 'Inter',
fontSize: '72px',
lineHeight: '58px',
lineHeight: '72px',
marginLeft: '-5px',
marginTop: '24px',
}}
@ -145,6 +145,10 @@ export const onRequest: PagesFunction = async ({ params, request }) => {
fontSize: '168px',
lineHeight: '133px',
marginLeft: '-13px',
overflow: 'hidden',
textOverflow: 'ellipsis',
whiteSpace: 'nowrap',
width: '100%',
}}
>
{data.symbol}