Skip to content

Commit b1560a6

Browse files
authored
fix: icon position of date input inside input wrapper on chromium-based (#3725) closes: #3708
1 parent 5354159 commit b1560a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/daisyui/src/components/input.css

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
}
2929
}
3030

31+
:where(input[type="date"]) {
32+
@apply inline-block;
33+
}
34+
3135
&:focus,
3236
&:focus-within {
3337
--input-color: var(--color-base-content);

0 commit comments

Comments
 (0)