Skip to content

Commit

Permalink
fix: small UI discrepancies with the figma designs
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Sep 25, 2024
1 parent 107931b commit 5b4c082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tx/FieldsGrid/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type ReactNode } from 'react'
import { Grid, Typography } from '@mui/material'

const minWidth = { xl: '25%', lg: '100px' }
const minWidth = { xl: '30%', lg: '200px' }
const wrap = { flexWrap: { xl: 'nowrap' } }

const FieldsGrid = ({ title, children }: { title: string | ReactNode; children: ReactNode }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const StakingConfirmationTxDeposit = ({ order }: StakingOrderConfirmationViewPro
},
{
value: order.annualNrr.toFixed(3) + '%',
label: 'Earn (after fees)',
label: 'Rewards rate (after fees)',
},
]}
/>
Expand Down

0 comments on commit 5b4c082

Please sign in to comment.