Skip to content

Commit 0d2a466

Browse files
committed
Fixed datepicker inset icon not properly positioned
1 parent 11adb43 commit 0d2a466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/components/DatePicker/DatePicker.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ const DatePicker: React.FC<React.PropsWithChildren<Props>> = ({
315315

316316
const leftIconStyle: ImageStyle = {
317317
position: "absolute",
318+
top: 0,
318319
marginTop:
319320
type === "solid"
320321
? leftIconMode === "inset"

0 commit comments

Comments
 (0)