mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 06:47:33 +00:00
fix subscription panel badge bg color (#6334)
## Summary This should use the dialog bg color instead of menu bg when it is on a dialog. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6334-fix-subscription-panel-badge-bg-color-2996d73d36508171bf5bd2a8dc54f7c3) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
<h2 class="text-2xl">
|
||||
{{ $t('subscription.title') }}
|
||||
</h2>
|
||||
<CloudBadge reverse-order />
|
||||
<CloudBadge
|
||||
reverse-order
|
||||
background-color="var(--p-dialog-background)"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="grow overflow-auto">
|
||||
|
||||
Reference in New Issue
Block a user