Skip to content

Commit 93f2b9c

Browse files
author
Dharmik79
committed
added the padding in the InfoBanner
1 parent 23ddba8 commit 93f2b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/stablecoins.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,10 @@ 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>
617-
<Text py={4}>
617+
<Text>
618618
{t("page-stablecoins-top-coins-intro")}{" "}
619619
{t("page-stablecoins-top-coins-intro-code")}
620620
</Text>

0 commit comments

Comments
 (0)