-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
SHOW2-272 Card
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/showtime/showtime/BAP2aMNMpjASiEqbz3K9VLhGeN6t |
<Pressable | ||
tw={[ | ||
"h-8 p-2 flex-row items-center rounded-full dark:bg-gray-900", | ||
isHovered ? backgroundHoverColor : backgroundColor, | ||
isPressed && !isDisabled ? "dark:bg-gray-800" : "", | ||
isDisabled ? "opacity-40 cursor-not-allowed" : "", | ||
]} |
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.
Cf. #642
LGTM ✨ |
: variant === "boost" | ||
? "bg-green-50" | ||
: ""; | ||
const iconActiveColor = |
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.
why not extract this mapping into a helper function ?
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.
Good idea!
PR Preview - Storybook on Chromatic |
Why
Implements the Card social buttons component
How
Test Plan