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 8070e2d
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 8070e2d

Please sign in to comment.