Skip to content

Commit

Permalink
[website] Fix wrong border style
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 15, 2022
1 parent ce84ba3 commit 343bb03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
10 changes: 1 addition & 9 deletions docs/src/components/productX/XComponents.tsx
Expand Up @@ -223,15 +223,7 @@ export default function XComponents() {
Subscribe to our newsletter to get first-hand info about the development and
release of new components.
</Typography>
<EmailSubscribe
sx={{
'& > div': {
maxWidth: 'initial',
border: '1px solid',
borderColor: 'primaryDark.600',
},
}}
/>
<EmailSubscribe />
</Frame.Info>
</ThemeProvider>
</Frame>
Expand Down
10 changes: 1 addition & 9 deletions docs/src/components/productX/XDateRangeDemo.tsx
Expand Up @@ -102,15 +102,7 @@ export default function XDateRangeDemo() {
Subscribe to our newsletter to get first-hand info about the development and release of
new components.
</Typography>
<EmailSubscribe
sx={{
'& > div': {
maxWidth: 'initial',
border: '1px solid',
borderColor: 'primaryDark.600',
},
}}
/>
<EmailSubscribe />
</Frame.Info>
</ThemeProvider>
</Frame>
Expand Down
10 changes: 1 addition & 9 deletions docs/src/components/productX/XTreeViewDemo.tsx
Expand Up @@ -293,15 +293,7 @@ export default function XDateRangeDemo() {
Subscribe to our newsletter to get first-hand info about the development and release of
new components.
</Typography>
<EmailSubscribe
sx={{
'& > div': {
maxWidth: 'initial',
border: '1px solid',
borderColor: 'primaryDark.600',
},
}}
/>
<EmailSubscribe />
</Frame.Info>
</ThemeProvider>
</Frame>
Expand Down

0 comments on commit 343bb03

Please sign in to comment.