style: fix typography in credits/account panel to be uniform (#7406)

## Summary

Updates typography on the "Manage Subscription" and "Add credits" button
to be uniform and match Figma.

After:

<img width="1515" height="1155" alt="Screenshot from 2025-12-11
23-29-36"
src="https://github.com/user-attachments/assets/a2e5c0bc-d478-45e4-a7f0-d409a233cc0b"
/>

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7406-style-fix-typography-in-credits-account-panel-to-be-uniform-2c76d73d365081b69b43dd2e6be50431)
by [Unito](https://www.unito.io)
This commit is contained in:
Christian Byrne
2025-12-12 00:14:25 -08:00
committed by GitHub
parent e41c6934db
commit 0385a7de9b

View File

@@ -53,13 +53,13 @@
v-if="isActiveSubscription"
:label="$t('subscription.manageSubscription')"
severity="secondary"
class="text-xs bg-interface-menu-component-surface-selected"
class="bg-interface-menu-component-surface-selected"
:pt="{
root: {
style: 'border-radius: 8px; padding: 8px 16px;'
},
label: {
class: 'text-text-primary'
class: 'text-sm font-normal text-text-primary'
}
}"
@click="showSubscriptionDialog"
@@ -195,7 +195,7 @@
style: 'border-radius: 8px;'
},
label: {
class: 'text-sm'
class: 'text-sm font-normal text-text-primary'
}
}"
@click="handleAddApiCredits"