Merge pull request #317 from blockworks-foundation/rewards-cards

bg blur to claim cards
This commit is contained in:
saml33 2023-11-17 22:10:10 +11:00 committed by GitHub
commit 0a9cbc2a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ const ClaimPage = () => {
const { info, item, itemUrl, rarity, stencilUrl } = prize
return (
<div
className="m-2 flex rounded-xl border border-white sm:w-[200px] sm:flex-col sm:pt-4"
className="m-2 flex rounded-xl border border-white/20 backdrop-blur-md sm:w-[200px] sm:flex-col sm:pt-4"
key={itemUrl + i}
>
<div className="p-4 sm:p-0">
@ -350,7 +350,7 @@ const ClaimPage = () => {
</div>
</div>
</div>
<div className="w-full rounded-r-xl border-l border-white bg-[rgba(0,0,0,0.4)] p-4 sm:mt-4 sm:rounded-b-xl sm:rounded-r-none sm:border-l-0 sm:border-t sm:pt-2">
<div className="backdrop-blur-md w-full rounded-r-xl border-l border-white/20 bg-[rgba(0,0,0,0.4)] p-4 sm:mt-4 sm:rounded-b-xl sm:rounded-none sm:border-l-0 sm:border-t sm:pt-2">
<p className="-mb-1.5 font-rewards text-base text-white">
{item}
</p>