Skip to content

Commit d8e16ed

Browse files
authored
chore: clean up tailwind syntax
1 parent 9224b95 commit d8e16ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const StakingProductCard = ({
191191
{data.map(({ label, status }, idx) => (
192192
<li
193193
key={idx}
194-
className={`my-4 me-0 ms-auto flex items-center gap-1 text-md leading-[1rem] ${status === "false" && "text-body-medium"}`}
194+
className={`my-4 me-0 ms-auto flex items-center gap-1 text-base/none ${status === "false" && "text-body-medium"}`}
195195
>
196196
<Status status={status} />
197197
{label}

0 commit comments

Comments
 (0)