Skip to content

Commit

Permalink
[website] Fix DatePicker component demo on the home page (#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
NaveenPantra and danilo-leal committed Aug 26, 2022
1 parent efbae4d commit d8744cb
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 d8744cb

Please sign in to comment.