Skip to content

Commit

Permalink
Merge pull request #621 from Lemoncode/dev
Browse files Browse the repository at this point in the history
datepicker fix
  • Loading branch information
brauliodiez authored Dec 15, 2024
2 parents 74a7bec + b3d0e2a commit 0019c42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
1 change: 1 addition & 0 deletions public/icons/watch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
6 changes: 6 additions & 0 deletions src/pods/properties/components/icon-selector/modal/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2272,4 +2272,10 @@ export const iconCollection: IconInfo[] = [
searchTerms: ['wall', 'brick', 'construction', 'building'],
categories: ['IT'],
},
{
name: 'Watch',
filename: 'watch.svg',
searchTerms: ['watch', 'time', 'clock', 'wrist'],
categories: ['IT'],
},
];

0 comments on commit 0019c42

Please sign in to comment.