Match header size
This commit is contained in:
parent
0707e36a9b
commit
337f1dcfd4
|
@ -65,7 +65,7 @@ export function BetPanel(props: {
|
||||||
<SellRow
|
<SellRow
|
||||||
contract={contract}
|
contract={contract}
|
||||||
user={user}
|
user={user}
|
||||||
className={'rounded-t-md bg-gray-100 px-6 py-6'}
|
className={'rounded-t-md bg-gray-100 px-4 py-5'}
|
||||||
/>
|
/>
|
||||||
<Col
|
<Col
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
|
|
@ -26,7 +26,7 @@ export function LimitBets(props: {
|
||||||
<Col
|
<Col
|
||||||
className={clsx(className, 'gap-2 overflow-hidden rounded bg-white py-3')}
|
className={clsx(className, 'gap-2 overflow-hidden rounded bg-white py-3')}
|
||||||
>
|
>
|
||||||
<div className="px-6 py-3 text-xl">Your limit bets</div>
|
<div className="px-6 py-3 text-2xl">Your limit bets</div>
|
||||||
<div className="px-4">
|
<div className="px-4">
|
||||||
<table className="table-compact table w-full rounded text-gray-500">
|
<table className="table-compact table w-full rounded text-gray-500">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user