Skip to content

Commit

Permalink
style tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy147 committed Dec 19, 2024
1 parent 4344b44 commit e8a3d42
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/ui/views/Swap/Component/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,12 @@ export const Main = () => {
disabledTips={getDisabledTips}
supportChains={SWAP_SUPPORT_CHAINS}
hideTestnetTab={true}
chainRenderClassName={clsx(
'pl-[30px] text-[13px] text-rabby-neutral-body font-medium'
)}
title={<div className="mt-8">{t('page.bridge.select-chain')}</div>}
chainRenderClassName={clsx('pl-[30px] text-[13px] font-medium')}
title={
<div className="mt-8 text-rabby-neutral-body">
{t('page.bridge.select-chain')}
</div>
}
drawerHeight={540}
showClosableIcon
/>
Expand Down

0 comments on commit e8a3d42

Please sign in to comment.