git rid of isMobile usage

This commit is contained in:
ingawei 2022-09-26 17:12:05 -07:00
parent ed3d1c76e7
commit 3382c14bdb

View File

@ -41,7 +41,7 @@ export function AmountInput(props: {
return (
<>
<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]')}>
{label}
</span>