Commit e893bc26 authored by Brendan Wong's avatar Brendan Wong Committed by GitHub

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

* make line height bigger

* Update [[index]].tsx
parent cccf6ac6
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment