Skip to content

Commit 5505f65

Browse files
kazup01Davy-c
authored andcommitted
Fix the clear button on date prop
1 parent 8f1557e commit 5505f65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cloud/components/Props/Pickers/DatePropPicker.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ const ModalContainer = styled(MetadataContainer)`
356356
.metadata__content {
357357
justify-content: end;
358358
}
359+
360+
.button__label {
361+
margin: 0 ${({ theme }) => theme.sizes.spaces.df}px;
362+
}
359363
`
360364

361365
const Container = styled.div`

0 commit comments

Comments
 (0)