Tweak to add market to group UI
This commit is contained in:
parent
5ff847fba3
commit
2e3c2d4dcb
|
@ -77,7 +77,7 @@ export function ContractCard(props: {
|
|||
<Col className="relative flex-1 gap-3 py-4 pb-12 pl-6">
|
||||
<AvatarDetails
|
||||
contract={contract}
|
||||
className={'z-10 hidden md:inline-flex'}
|
||||
className={'hidden md:inline-flex'}
|
||||
/>
|
||||
<p
|
||||
className={clsx(
|
||||
|
|
|
@ -552,7 +552,9 @@ function AddContractButton(props: { group: Group; user: User }) {
|
|||
className={'max-w-4xl sm:p-0'}
|
||||
size={'xl'}
|
||||
>
|
||||
<Col className={'min-h-screen w-full gap-4 rounded-md bg-white'}>
|
||||
<Col
|
||||
className={'min-h-screen w-full max-w-4xl gap-4 rounded-md bg-white'}
|
||||
>
|
||||
<Col className="p-8 pb-0">
|
||||
<div className={'text-xl text-indigo-700'}>
|
||||
Add a market to your group
|
||||
|
|
Loading…
Reference in New Issue
Block a user