We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12eb085 commit c97c661Copy full SHA for c97c661
src/screens/Faucet/TokensFaucetTable.tsx
@@ -56,7 +56,7 @@ const TokensFaucetTable: React.FC = observer(() => {
56
</Text>
57
<MintButtons assetId={token.assetId} />
58
</SmartFlex>
59
- <SmartFlex justifyContent="space-between">
+ <SmartFlex gap="64px">
60
<SmartFlex gap="8px" column>
61
<Text type={TEXT_TYPES.SUPPORTING}>Mint amount</Text>
62
<SmartFlex center="y" gap="4px">
0 commit comments