[backport rh-test] update subscription dialog (#6351)

Backport of #6350 to `rh-test`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6351-backport-rh-test-update-subscription-dialog-29a6d73d365081f284f1f5a9127e2cb3)
by [Unito](https://www.unito.io)

---------

Co-authored-by: Christian Byrne <cbyrne@comfy.org>
Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-10-29 12:16:10 +09:00
committed by GitHub
parent 84189a208e
commit 9adf0c179f
8 changed files with 91 additions and 43 deletions

View File

@@ -177,7 +177,7 @@ const textClasses = computed(() => {
return 'text-warning-100'
case 'info':
default:
return 'text-slate-100'
return 'text-text-primary'
}
})