Merge branch 'lend-table-adjustments' of https://github.com/mars-protocol/mars-v2-frontend into v1-implementation
This commit is contained in:
commit
860079b071
@ -10,6 +10,9 @@ export const DEPOSIT_CAP_META = {
|
||||
accessorKey: 'marketDepositCap',
|
||||
header: 'Deposit Cap',
|
||||
id: 'marketDepositCap',
|
||||
meta: {
|
||||
className: 'w-50',
|
||||
},
|
||||
}
|
||||
|
||||
export const marketDepositCapSortingFn = (
|
||||
|
@ -13,6 +13,9 @@ export const LEND_BUTTON_META = {
|
||||
accessorKey: 'lend',
|
||||
enableSorting: false,
|
||||
header: '',
|
||||
meta: {
|
||||
className: 'w-40',
|
||||
},
|
||||
}
|
||||
|
||||
interface Props {
|
||||
|
@ -13,6 +13,9 @@ export const MANAGE_META = {
|
||||
accessorKey: 'manage',
|
||||
enableSorting: false,
|
||||
header: '',
|
||||
meta: {
|
||||
className: 'w-40',
|
||||
},
|
||||
}
|
||||
|
||||
interface Props {
|
||||
@ -75,7 +78,7 @@ export default function Manage(props: Props) {
|
||||
if (!address) return null
|
||||
|
||||
return (
|
||||
<div className='flex justify-end z-10'>
|
||||
<div className='z-10 flex justify-end'>
|
||||
<DropDownButton items={ITEMS} text='Manage' color='tertiary' />
|
||||
</div>
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user