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 ecf63a3 commit 67b2111Copy full SHA for 67b2111
input/css/input-root.css
@@ -1,6 +1,5 @@
1
:root {
2
color-scheme: light;
3
- --wow-font-family: var(--font-family);
4
--wow-font-size: 18px;
5
--wow-bg: #fff;
6
--wow-input-bg: #f6f6f6;
input/css/input.css
@@ -36,7 +36,6 @@ textarea {
36
border-radius: var(--wow-border-radius);
37
border: 1px solid var(--wow-border);
38
background: var(--wow-input-bg);
39
- font-family: var(--wow-font-family);
40
}
41
42
input:hover,
0 commit comments