Skip to content

Commit

Permalink
Review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Mar 18, 2024
1 parent 28b961f commit e21466e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function MultiInputFieldSeparatorSlotProps() {
return (
<LocalizationProvider dateAdapter={AdapterDayjs}>
<DemoContainer components={['DateRangePicker', 'DateRangePicker']}>
<DateRangePicker slotProps={{ fieldSeparator: { sx: { color: 'red' } } }} />
<DateRangePicker slotProps={{ fieldSeparator: { variant: 'body2' } }} />
<DateRangePicker slotProps={{ fieldSeparator: { sx: { opacity: 0.5 } } }} />
</DemoContainer>
</LocalizationProvider>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function MultiInputFieldSeparatorSlotProps() {
return (
<LocalizationProvider dateAdapter={AdapterDayjs}>
<DemoContainer components={['DateRangePicker', 'DateRangePicker']}>
<DateRangePicker slotProps={{ fieldSeparator: { sx: { color: 'red' } } }} />
<DateRangePicker slotProps={{ fieldSeparator: { variant: 'body2' } }} />
<DateRangePicker slotProps={{ fieldSeparator: { sx: { opacity: 0.5 } } }} />
</DemoContainer>
</LocalizationProvider>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<DateRangePicker slotProps={{ fieldSeparator: { sx: { color: 'red' } } }} />
<DateRangePicker slotProps={{ fieldSeparator: { variant: 'body2' } }} />
<DateRangePicker slotProps={{ fieldSeparator: { sx: { opacity: 0.5 } } }} />

0 comments on commit e21466e

Please sign in to comment.