Skip to content

Commit

Permalink
Custom background image (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijuku233 authored Sep 1, 2024
1 parent c181bf1 commit 8ba5da1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ body {
overflow: hidden;
grid-template-columns: auto 1fr auto;
grid-template-rows: auto 1fr auto;
background-color: var(--bg-color);
background: var(--bg-color) var(--bg-img);
color: var(--fg-color);
min-height: -webkit-fill-available;
max-height: -webkit-fill-available;
Expand Down
1 change: 1 addition & 0 deletions src/types/colorPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const litegraphBaseSchema = z
const comfyBaseSchema = z.object({
['fg-color']: z.string(),
['bg-color']: z.string(),
['bg-img']: z.string().optional(),
['comfy-menu-bg']: z.string(),
['comfy-input-bg']: z.string(),
['input-text']: z.string(),
Expand Down

0 comments on commit 8ba5da1

Please sign in to comment.