Match header size

This commit is contained in:
James Grugett 2022-07-10 12:50:59 -05:00
parent 0707e36a9b
commit 337f1dcfd4
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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>