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 e29c61f commit 46cc647Copy full SHA for 46cc647
packages/core/src/components/DatePicker/DatePicker.tsx
@@ -315,6 +315,7 @@ const DatePicker: React.FC<React.PropsWithChildren<Props>> = ({
315
316
const leftIconStyle: ImageStyle = {
317
position: "absolute",
318
+ top: 0,
319
marginTop:
320
type === "solid"
321
? leftIconMode === "inset"
0 commit comments