Skip to content

Commit

Permalink
[website] Fix DatePicker component demo on the home page (mui#34054)
Browse files Browse the repository at this point in the history
Co-authored-by: danilo leal <67129314+danilo-leal@users.noreply.github.com>
  • Loading branch information
2 people authored and Daniel Rabe committed Nov 29, 2022
1 parent 20b66d4 commit 5aac6ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/components/showcase/ThemeDatePicker.tsx
Expand Up @@ -142,6 +142,7 @@ export default function ThemeDatePicker() {
border: '1px solid',
borderColor: mode === 'dark' ? primaryDark[500] : grey[200],
borderRadius: 1,
overflow: 'hidden',
},
'& > div > div > div': {
width: '100%',
Expand Down

0 comments on commit 5aac6ea

Please sign in to comment.