Skip to content

Commit

Permalink
style: update
Browse files Browse the repository at this point in the history
  • Loading branch information
linhf123 committed Mar 5, 2024
1 parent dc036ba commit 12f7521
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 258 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/DateRanger/PickerPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const InternalPickerPanel = (props: PickerPanelProps) => {
},
]}
>
<TimePicker />
<TimePicker suffixIcon={null} />
</Form.Item>
</Col>
</Row>
Expand Down Expand Up @@ -210,7 +210,7 @@ const InternalPickerPanel = (props: PickerPanelProps) => {
},
]}
>
<TimePicker />
<TimePicker suffixIcon={null} />
</Form.Item>
</Col>
</Row>
Expand Down
Loading

0 comments on commit 12f7521

Please sign in to comment.