mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-19 09:18:01 +02:00
✨ Show participated polls on polls page + UI refresh (#1089)
This commit is contained in:
parent
bd9e9fe95b
commit
f8a217ae75
125 changed files with 3007 additions and 2363 deletions
|
@ -9,7 +9,7 @@ export const BillingPlan = ({
|
|||
return (
|
||||
<div
|
||||
className={cn(
|
||||
"space-y-4 rounded-md border bg-gradient-to-b from-white to-white/75 px-5 py-4 backdrop-blur-sm",
|
||||
"space-y-4 rounded-md border bg-white px-5 py-4 shadow-sm backdrop-blur-sm",
|
||||
className,
|
||||
)}
|
||||
>
|
||||
|
@ -75,7 +75,7 @@ export const BillingPlanPerk = ({
|
|||
!pro ? "text-gray-500" : "text-primary",
|
||||
)}
|
||||
/>
|
||||
<div className="text-sm">{children}</div>
|
||||
<div className="text-muted-foreground text-sm">{children}</div>
|
||||
</li>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue