center withdraw button text

This commit is contained in:
saml33 2022-06-20 20:31:40 +10:00
parent d5523db43a
commit cf1671ae47
2 changed files with 3 additions and 3 deletions

View File

@ -104,13 +104,13 @@ const Layout = ({ children }) => {
{mangoAccount && canWithdraw && !isMobile ? (
<div className="flex space-x-2">
<Button
className="h-8 w-24 pl-3 pr-3 text-xs"
className="flex h-8 w-24 items-center justify-center pl-3 pr-3 text-xs"
onClick={() => setShowDepositModal(true)}
>
{t('deposit')}
</Button>
<Button
className="h-8 w-24 border border-th-fgd-4 bg-transparent pl-3 pr-3 text-xs"
className="flex h-8 w-24 items-center justify-center border border-th-fgd-4 bg-transparent pl-3 pr-3 text-xs"
onClick={() => setShowWithdrawModal(true)}
>
{t('withdraw')}

View File

@ -112,7 +112,7 @@ module.exports = {
'short-profit': "url('/share_images/bg-short-profit.png')",
},
screens: {
xl: '1536px',
xl: '1600px',
},
},
},