Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 19, 2024
1 parent b2c3dca commit 7f1874e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/components/Elements/Selectors/ChainSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import Image from 'next/image';

import CoretimeIcon from '@/assets/networks/coretime.png';
import KusamaIcon from '@/assets/networks/kusama.png';
// import KusamaIcon from '@/assets/networks/kusama.png';
import RococoIcon from '@/assets/networks/rococo.png';
import RegionXIcon from '@/assets/networks/regionx.png';

Expand Down
28 changes: 15 additions & 13 deletions src/pages/transfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,19 +226,21 @@ const TransferPage = () => {

return (
<Box>
<Box>
<Typography
variant='subtitle1'
sx={{ color: theme.palette.common.black }}
>
Cross-Chain Transfer
</Typography>
<Typography
variant='subtitle2'
sx={{ color: theme.palette.text.primary }}
>
Cross-chain transfer regions
</Typography>
<Box sx={{ display: 'flex', justifyContent: 'space-between' }}>
<Box>
<Typography
variant='subtitle1'
sx={{ color: theme.palette.common.black }}
>
Cross-Chain Transfer
</Typography>
<Typography
variant='subtitle2'
sx={{ color: theme.palette.text.primary }}
>
Cross-chain transfer regions
</Typography>
</Box>
<Balance
symbol={symbol}
coretimeBalance={coretimeBalance}
Expand Down

0 comments on commit 7f1874e

Please sign in to comment.