Skip to content

Commit

Permalink
fix: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 committed Sep 4, 2024
1 parent 6d437c6 commit e4938fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions v2/components/SelfLiquidation/SelfLiquidation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,7 @@ export const SelfLiquidationUi: FC<{
<DeprecationBanner action="Self-liquidation" />

<Box position="relative">
<Box
background="navy.900"
opacity="50%"
position="absolute"
width="100%"
height="100%"
/>
<Box background="navy.900" opacity="50%" position="absolute" width="100%" height="100%" />
<Flex justifyContent="space-between" my={4} flexWrap="wrap">
<Flex
display="flex"
Expand Down
8 changes: 1 addition & 7 deletions v2/ui/content/MigrateDebtPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ const L2MigrateDebtPage: FC = () => {
<DeprecationBanner action="Debt Migration" />

<Box position="relative">
<Box
background="navy.900"
opacity="50%"
position="absolute"
width="100%"
height="100%"
/>
<Box background="navy.900" opacity="50%" position="absolute" width="100%" height="100%" />
<StatsSection>
<Collateral
title={t('common.stat-box.collateral-l1')}
Expand Down

0 comments on commit e4938fa

Please sign in to comment.