From 8df48f912dc9c8a44a88082ead6f99e5dffe84e1 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sat, 1 Nov 2025 19:32:58 +0900 Subject: [PATCH] [backport rh-test] fix: set transparent border for gradient subscribe button (#6512) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #6510 to `rh-test` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6512-backport-rh-test-fix-set-transparent-border-for-gradient-subscribe-button-29e6d73d36508139b5ede16bc23c644c) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne Co-authored-by: Christian Byrne --- .../cloud/subscription/components/SubscribeToRun.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/platform/cloud/subscription/components/SubscribeToRun.vue b/src/platform/cloud/subscription/components/SubscribeToRun.vue index ec1b9422a..1f173ab34 100644 --- a/src/platform/cloud/subscription/components/SubscribeToRun.vue +++ b/src/platform/cloud/subscription/components/SubscribeToRun.vue @@ -13,6 +13,13 @@ background: 'var(--color-subscription-button-gradient)', color: 'var(--color-white)' }" + :pt="{ + root: { + style: { + borderColor: 'transparent' + } + } + }" data-testid="subscribe-to-run-button" @click="handleSubscribeToRun" />