Skip to content

Commit

Permalink
Merge pull request #18 from defispartan/fix/qa-cleanup
Browse files Browse the repository at this point in the history
fix/qa cleanup
  • Loading branch information
satanworker authored Jan 25, 2023
2 parents 380ffe2 + 750e106 commit 93c1237
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const MigrateV3ModalAssetsList = ({ caption, assets }: MigrateV3ModalAsse
sx={{ mb: 2, display: 'flex', alignItems: 'flex-end', flexDirection: 'column' }}
>
<Box sx={{ display: 'flex', alignItems: 'center' }}>
<TokenIcon symbol={asset.symbol} sx={{ mr: 1, fontSize: '16px' }} />
<TokenIcon symbol={asset.iconSymbol} sx={{ mr: 1, fontSize: '16px' }} />
<FormattedNumber value={asset.amount} variant="secondary14" compact />
<Typography ml={1} variant="secondary14">
{asset.symbol}
Expand Down
14 changes: 12 additions & 2 deletions src/modules/migration/MigrationListMobileItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,12 @@ export const MigrationListMobileItem = ({
<Trans>APY type change</Trans>
</Typography>
<Box sx={{ display: 'flex' }}>
<Button variant="outlined" size="small" sx={{ width: '50px', background: 'white' }}>
<Button
variant="outlined"
size="small"
sx={{ width: '50px', background: 'white' }}
disabled
>
<Typography variant="buttonS" color={baseColorPrimary}>
{borrowApyType}
</Typography>
Expand All @@ -279,7 +284,12 @@ export const MigrationListMobileItem = ({
}
/>
</SvgIcon>
<Button variant="outlined" size="small" sx={{ width: '50px', background: 'white' }}>
<Button
variant="outlined"
size="small"
sx={{ width: '50px', background: 'white' }}
disabled
>
<Typography variant="buttonS" color={baseColorPrimary}>
Variable
</Typography>
Expand Down

0 comments on commit 93c1237

Please sign in to comment.