-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Shadcn migrate - AssetDownload - AssetDownloadArtist - AssetDownloadImage #13960
Shadcn migrate - AssetDownload - AssetDownloadArtist - AssetDownloadImage #13960
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @saurabhburade. Pushing a cleanup commit and we are done.
type AssetDownloadProps = { | ||
title: string | ||
alt: string | ||
artistName?: string | ||
artistUrl?: string | ||
image: ImageProps["src"] | ||
svgUrl?: string | ||
} & FlexProps | ||
} & BaseHTMLAttributes<HTMLDivElement> & { asChild?: boolean } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} & BaseHTMLAttributes<HTMLDivElement> & { asChild?: boolean } | |
} & BaseHTMLAttributes<HTMLDivElement> |
px="4" | ||
borderRadius="0 0 4px 4px" | ||
className={cn( | ||
"mb-4 border border-t-0 border-[#e5e5e5]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will remove these colors and leave the border default for now
"mb-4 border border-t-0 border-[#e5e5e5]", | |
"mb-4 border border-t-0", |
> | ||
<Flex me="2" fontSize="md" textColor="text300"> | ||
<Flex className="me-2 text-md text-text-300"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Flex className="me-2 text-md text-text-300"> | |
<Flex className="me-2 text-md"> |
Description
AssetDownload
to tailwindAssetDownloadArtist
to tailwindAssetDownloadImage
to tailwind