style: update subscription UI layout, gem icon color, and chat theme branding

This commit is contained in:
pradeepkumar
2026-03-28 19:19:25 +05:30
parent d759d6a2e8
commit dc64335d28
3 changed files with 6 additions and 6 deletions

View File

@@ -214,7 +214,7 @@ export function SubscriptionForm() {
Include Features
</h4>
<div className="space-y-5">
<div className="space-y-[18px]">
{PLAN_FEATURES.map((feature) => (
<div key={feature.label} className="flex items-center gap-3">
<Image
@@ -233,8 +233,8 @@ export function SubscriptionForm() {
</div>
{/* Illustration */}
<div className="hidden lg:flex items-end justify-end">
<div className="w-[165px] h-[165px] rounded-full overflow-hidden">
<div className="hidden lg:flex items-start justify-end">
<div className="w-[166px] h-[166px] rounded-[200px] overflow-hidden">
<img
src="/assets/images/subscription-plan-illustration.png"
alt="Professional plan"