Skip to content

Commit

Permalink
Merge pull request #620 from Lemoncode/Bug/#608-Date-Picker
Browse files Browse the repository at this point in the history
- Removed Extra text.
  • Loading branch information
brauliodiez authored Dec 15, 2024
2 parents 2a871c2 + bced397 commit b3d0e2a
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,6 @@ export const DatepickerInputShape = forwardRef<any, ShapeProps>(
ellipsis={true}
wrap="none"
/>

<Text
text="Date"
x={13}
y={20}
fontSize={10}
fill="red"
align="center"
color={stroke}
/>
{/* Calendar Icon */}
<Image
image={calendarIcon}
Expand Down

0 comments on commit b3d0e2a

Please sign in to comment.