From 0385a7de9b87ede6067ca5a979012de5ececbc58 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Fri, 12 Dec 2025 00:14:25 -0800 Subject: [PATCH] style: fix typography in credits/account panel to be uniform (#7406) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Updates typography on the "Manage Subscription" and "Add credits" button to be uniform and match Figma. After: Screenshot from 2025-12-11
23-29-36 ┆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) --- .../cloud/subscription/components/SubscriptionPanel.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/platform/cloud/subscription/components/SubscriptionPanel.vue b/src/platform/cloud/subscription/components/SubscriptionPanel.vue index bf3306828..c09029fca 100644 --- a/src/platform/cloud/subscription/components/SubscriptionPanel.vue +++ b/src/platform/cloud/subscription/components/SubscriptionPanel.vue @@ -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"