Skip to content

Commit 3231ff1

Browse files
committed
fix line height
1 parent fd5456e commit 3231ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/swap/components/warning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export const WarningCompProtection = () => {
112112
MEV Protection
113113
</p>
114114
</Flex>
115-
<p className='text-ic-gray-600 mt-2 text-xs font-normal'>
115+
<p className='text-ic-gray-600 mt-2 text-xs font-normal leading-[18px]'>
116116
It is highly recommended to use an MEV protected RPC.{' '}
117117
<span onClick={onClick} className='cursor-pointer underline'>
118118
Click here

0 commit comments

Comments
 (0)