We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408f29 commit 37ae5bcCopy full SHA for 37ae5bc
packages/uui-input/lib/uui-input.element.ts
@@ -341,6 +341,8 @@ export class UUIInputElement extends UUIFormControlMixin(
341
align-items: stretch;
342
height: var(--uui-input-height, var(--uui-size-11));
343
text-align: left;
344
+ color: var(--uui-color-text);
345
+ color-scheme: var(--uui-color-scheme, normal);
346
box-sizing: border-box;
347
background-color: var(
348
--uui-input-background-color,
0 commit comments