Skip to content

Commit

Permalink
fix: repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Nov 23, 2023
1 parent 40b9893 commit c99c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Lending/YourLoans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { useRepaymentLockData } from './hooks/useRepaymentLockData'

export const lendingRowGrid: GridProps['gridTemplateColumns'] = {
base: 'minmax(150px, 1fr) repeat(1, minmax(40px, max-content))',
md: 'repeat(4, 1fr)',
md: 'repeat(5, 1fr)',
}

type LendingRowGridProps = {
Expand Down

0 comments on commit c99c4e1

Please sign in to comment.