Skip to content

Commit c97c661

Browse files
committed
feat: change gap
1 parent 12eb085 commit c97c661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Faucet/TokensFaucetTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const TokensFaucetTable: React.FC = observer(() => {
5656
</Text>
5757
<MintButtons assetId={token.assetId} />
5858
</SmartFlex>
59-
<SmartFlex justifyContent="space-between">
59+
<SmartFlex gap="64px">
6060
<SmartFlex gap="8px" column>
6161
<Text type={TEXT_TYPES.SUPPORTING}>Mint amount</Text>
6262
<SmartFlex center="y" gap="4px">

0 commit comments

Comments
 (0)