style(subscription): polish offer sections

This commit is contained in:
2026-06-29 13:11:48 +08:00
parent 6e51cb7d16
commit b03083bacd
6 changed files with 44 additions and 40 deletions
@@ -313,19 +313,6 @@ export function SubscriptionScreen({
</>
)}
{/* <p className={styles.autoRenewCaption}>{autoRenewCaption}</p>
<section className={styles.benefitsSlot}>
{subscriptionType === "voice" ? (
<div className={styles.benefitsPlaceholder} aria-hidden="true" />
) : (
<SubscriptionBenefitsCard
title="VIP Membership Benefits"
items={VIP_BENEFITS}
/>
)}
</section> */}
<section className={styles.paymentMethodSlot}>
<SubscriptionPaymentMethod
value={payment.payChannel}