Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
feat(wip): first version of green buy button in channels
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Oct 13, 2023
1 parent d106bf6 commit a493210
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,16 +208,17 @@ export const MessageInput = memo(
if (!isUserAdmin && edition && !hasUnlockedMessages) {
return (
<LeanView
tw="justify-center px-3"
tw="flex-row items-center justify-start bg-black px-2 py-2"
style={{
paddingBottom: bottom,
paddingBottom: Math.max(bottom || 0, 8),
}}
>
<ClaimPaidNFTButton edition={edition} type="messageInput" />
<LeanView tw="mt-3 pb-4">
<LeanText tw="text-center text-xs text-gray-500 dark:text-gray-300">
Collecting a Star Drop unlocks privileges with this artist like
exclusive channel content, a Star Badge, and more
<Pressable tw="web:min-w-[200px] mr-4 min-w-[180px] items-center rounded-full bg-[#08F6CC] px-4 py-3">
<LeanText tw="text-center text-lg font-bold">Buy - $21.67</LeanText>
</Pressable>
<LeanView tw="flex-1">
<LeanText tw="text-xs font-semibold text-white">
99 collected
</LeanText>
</LeanView>
</LeanView>
Expand Down

0 comments on commit a493210

Please sign in to comment.