style(subscription): polish plan card styles

This commit is contained in:
2026-06-18 19:42:00 +08:00
parent 52aad5b7f3
commit cf435e8fbb
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -192,7 +192,7 @@ export function SubscriptionScreen() {
})
}
label={
<>
<span className={styles.agreementLabel}>
I agree to the{" "}
<a
href={AppConstants.privacyPolicyUrl}
@@ -211,7 +211,7 @@ export function SubscriptionScreen() {
>
Automatic renewal Agreement
</a>
</>
</span>
}
/>
</div>