Skip to content

Commit 9f5f8f8

Browse files
authored
fix: use red text color to ensure proper contrast (#10266)
1 parent 58ff794 commit 9f5f8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aura/src/components/input-container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:where(:root, :host, [theme]) {
22
--vaadin-input-field-background: var(--aura-surface);
3-
--vaadin-input-field-error-color: var(--aura-red);
3+
--vaadin-input-field-error-color: var(--aura-red-text);
44
}
55

66
::part(input-field),

0 commit comments

Comments
 (0)