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 5354159 commit b1560a6Copy full SHA for b1560a6
1 file changed
packages/daisyui/src/components/input.css
@@ -28,6 +28,10 @@
28
}
29
30
31
+ :where(input[type="date"]) {
32
+ @apply inline-block;
33
+ }
34
+
35
&:focus,
36
&:focus-within {
37
--input-color: var(--color-base-content);
0 commit comments