Skip to content

Commit

Permalink
removes unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Balduini authored and Arthur Balduini committed Jun 17, 2024
1 parent e500039 commit 8b27471
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const MultiSectionDigitalClockRoot = styled(PickerViewRoot, {
flexDirection: 'row',
width: '100%',
borderBottom: `1px solid ${(theme.vars || theme).palette.divider}`,
direction: 'ltr'
}));

type MultiSectionDigitalClockComponent = (<TDate extends PickerValidDate>(
Expand Down

0 comments on commit 8b27471

Please sign in to comment.