We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a099f9d + d8e16ed commit a5a7728Copy full SHA for a5a7728
src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx
@@ -191,7 +191,7 @@ export const StakingProductCard = ({
191
{data.map(({ label, status }, idx) => (
192
<li
193
key={idx}
194
- className={`my-4 me-0 ms-auto flex items-center gap-1 text-md leading-3 ${status === "false" && "text-body-medium"}`}
+ className={`my-4 me-0 ms-auto flex items-center gap-1 text-base/none ${status === "false" && "text-body-medium"}`}
195
>
196
<Status status={status} />
197
{label}
0 commit comments