Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted all the css into Tailwind css of Badge component #1739

Merged
2 changes: 1 addition & 1 deletion components/Badge/Badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function Badge({ className, icon, isImageFirst, label }) {
return (
<figure
className={classNames(
'flex flex-col justify-items-center place-content-start m-2 [&>img>svg]:fill-current [&>img>svg]:my-4 [&>img>svg]:mx-0 [&>img>svg]:h-24',
'flex flex-col justify-items-center place-content-start m-2 [&>img>svg]:fill-current [&>img>svg]:my-4 [&>img]:mx-0 [&>img]:h-24' [&>svg]:mx-0 [&>svg]:h-24',
subhajit20 marked this conversation as resolved.
Show resolved Hide resolved
className,
)}
>
Expand Down