Skip to content

Commit

Permalink
bridgetabs sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 2, 2023
1 parent 7fa506c commit 23636c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bridge-ui-v2/src/components/Bridge/BridgeTabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
<button
class="{isERC20Bridge
? 'btn-primary text-white'
: 'btn-ghost light:text-black dark:text-white'} h-[44px] px-[28px] py-[14px] rounded-full"
: 'btn-ghost light:text-black dark:text-white'} h-[40px] px-[28px] rounded-full"
on:click={() => onBridgeClick(BridgeTypes.FUNGIBLE)}>
<span> {$t('nav.token')}</span>
</button>

<button
class="{isNFTBridge
? 'btn-primary text-white'
: 'btn-ghost light:text-black dark:text-white'} h-[44px] px-[28px] py-[14px] rounded-full"
: 'btn-ghost light:text-black dark:text-white'} h-[40px] px-[28px] rounded-full"
on:click={() => onBridgeClick(BridgeTypes.NFT)}>
<span> {$t('nav.nft')}</span>
</button>
Expand Down

0 comments on commit 23636c7

Please sign in to comment.