Skip to content

Commit

Permalink
Fix time order in RTL DateTimePicker (mui-org#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scimonster committed May 30, 2019
1 parent fa37e74 commit 43322a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/DateTimePicker/DateTimePickerToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const DateTimePickerToolbar: React.FC<ToolbarComponentProps> = ({
/>
</Grid>

<Grid item container xs={6} justify="center" alignItems="flex-end">
<Grid item container xs={6} justify="center" alignItems="flex-end" direction="row">
<ToolbarButton
variant="h3"
onClick={() => setOpenView('hours')}
Expand Down

0 comments on commit 43322a2

Please sign in to comment.