Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[automated] Apply ESLint and Prettier fixes
  • Loading branch information
actions-user committed Oct 23, 2025
commit 320ede58b726bf80d2077d26770143e0f6f0026c
6 changes: 3 additions & 3 deletions packages/design-system/src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
--node-stroke-executing: var(--color-blue-100);
--text-secondary: var(--color-stone-100);
--text-primary: var(--color-charcoal-700);
--input-surface: rgba(0, 0, 0, 0.15);
--input-surface: rgb(0 0 0 / 0.15);
}

.dark-theme {
Expand Down Expand Up @@ -247,7 +247,7 @@
--node-stroke-executing: var(--color-blue-100);
--text-secondary: var(--color-slate-100);
--text-primary: var(--color-pure-white);
--input-surface: rgba(130, 130, 130, 0.1);
--input-surface: rgb(130 130 130 / 0.1);
}

@theme inline {
Expand Down Expand Up @@ -1139,7 +1139,7 @@ audio.comfy-audio.empty-audio-widget {
}

.isLOD .lg-node-header {
border-radius: 0px;
border-radius: 0;
pointer-events: none;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ onUnmounted(() => {

<style scoped>
.audio-player-menu {
--p-tieredmenu-item-focus-background: rgba(255, 255, 255, 0.1);
--p-tieredmenu-item-active-background: rgba(255, 255, 255, 0.1);
--p-tieredmenu-item-focus-background: rgb(255 255 255 / 0.1);
--p-tieredmenu-item-active-background: rgb(255 255 255 / 0.1);
}
</style>