Skip to content

Commit 22f505d

Browse files
Yingrjimschelsmr
andauthored
feat(n8n Form Trigger Node): Add CSS variable to customize input background (#15460)
Co-authored-by: Elias Meire <[email protected]>
1 parent a83b76c commit 22f505d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli/templates/form-trigger.handlebars

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
--color-label: #555555;
4444
--color-input-border: #dbdfe7;
4545
--color-input-text: #71747A;
46+
--color-input-bg: #ffffff;
4647
--color-focus-border: rgb(90, 76, 194);
4748
--color-submit-btn-bg: #ff6d5a;
4849
--color-submit-btn-text: #ffffff;
@@ -174,6 +175,7 @@
174175
width: 100%;
175176
font-size: var(--font-size-input);
176177
color: var(--color-input-text);
178+
background-color: var(--color-input-bg);
177179
font-weight: 400;
178180
padding: var(--padding-form-input);
179181
}

0 commit comments

Comments
 (0)