Skip to content

Commit 467c920

Browse files
authored
Merge pull request #12659 from Dharmik79/bug-ui-padding-stablecoin-page
Fix: component padding on /stablecoins
2 parents 9edc2b1 + 93f2b9c commit 467c920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/stablecoins.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ const StablecoinsPage = ({ markets, marketsHasError }) => {
611611
<Icon ms={2} fill="'text" name="info" boxSize={4} />
612612
</Tooltip>
613613
</H3>
614-
<InfoBanner emoji="⚠️" isWarning>
614+
<InfoBanner emoji="⚠️" isWarning mb="4">
615615
{t("page-stablecoins-algorithmic-disclaimer")}
616616
</InfoBanner>
617617
<Text>

0 commit comments

Comments
 (0)