{data?.showLoss && !quoteLoading && (
@@ -150,7 +152,9 @@ export const BridgeShowMore = ({
alt={sourceName}
/>
)}
- {sourceName}
+
+ {sourceName}
+
)}
diff --git a/src/ui/views/Bridge/Component/BridgeToken.tsx b/src/ui/views/Bridge/Component/BridgeToken.tsx
index cc72cb27344..d144bcb81ac 100644
--- a/src/ui/views/Bridge/Component/BridgeToken.tsx
+++ b/src/ui/views/Bridge/Component/BridgeToken.tsx
@@ -146,10 +146,11 @@ export const BridgeToken = ({
hideTestnetTab
value={chain}
onChange={onChangeChain}
- title={t('page.bridge.select-chain')}
+ title={
{t('page.bridge.select-chain')}
}
excludeChains={excludeChains}
supportChains={supportedChains}
drawerHeight={540}
+ showClosableIcon
/>
diff --git a/src/ui/views/Swap/Component/RabbyFeePopup.tsx b/src/ui/views/Swap/Component/RabbyFeePopup.tsx
index e3991ec3cff..9a7de08f211 100644
--- a/src/ui/views/Swap/Component/RabbyFeePopup.tsx
+++ b/src/ui/views/Swap/Component/RabbyFeePopup.tsx
@@ -71,7 +71,7 @@ export const RabbyFeePopup = ({
}
return 493;
}
- return 428;
+ return 446;
}, [type, dexName, feeDexDesc]);
return (