git rid of isMobile usage
This commit is contained in:
parent
ed3d1c76e7
commit
3382c14bdb
|
@ -41,7 +41,7 @@ export function AmountInput(props: {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Col className={className}>
|
<Col className={className}>
|
||||||
<label className={clsx(isMobile ? 'font-sm' : 'font-lg')}>
|
<label className="font-sm md:font-lg">
|
||||||
<span className={clsx('text-greyscale-4 absolute ml-2 mt-[9px]')}>
|
<span className={clsx('text-greyscale-4 absolute ml-2 mt-[9px]')}>
|
||||||
{label}
|
{label}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user