Skip to content

Commit

Permalink
remove unnecessary shadow from demo
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 24, 2023
1 parent b0aa8e7 commit 970948d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/data/joy/components/card/DribbbleShot.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export default function DribbbleShot() {
sx={{
width: 300,
bgcolor: 'initial',
boxShadow: 'none',
'--Card-padding': '0px',
p: 0,
}}
>
<Box sx={{ position: 'relative' }}>
Expand Down
3 changes: 1 addition & 2 deletions docs/data/joy/components/card/DribbbleShot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export default function DribbbleShot() {
sx={{
width: 300,
bgcolor: 'initial',
boxShadow: 'none',
'--Card-padding': '0px',
p: 0,
}}
>
<Box sx={{ position: 'relative' }}>
Expand Down

0 comments on commit 970948d

Please sign in to comment.