Skip to content

Commit

Permalink
Drop shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Apr 29, 2024
1 parent 721646e commit 644e53f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/app/Components/LargeIconGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function LargeIconGrid({ icon, sx }: { icon: IAmicon; sx?: SxProp
p: 'calc(var(--Amicon-scale, 16px) * 2)',
background: 'rgba(var(--joy-palette-background-channel) / .5)',
borderRadius: 'xl',
boxShadow: 'var(--joy-shadowRing, 0 0 #000),0px 2px 8px -2px rgba(var(--joy-palette-primary-mainChannel, 21 21 21) / var(--joy-shadowOpacity, 0.08)),0px 12px 16px -4px rgba(var(--joy-palette-primary-mainChannel, 21 21 21) / var(--joy-shadowOpacity, 0.08))',
backdropFilter: 'blur(20px)',
border: '1px solid rgba(var(--joy-palette-background-channel) / .5)'
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/app/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Home() {
py: 2,
background: 'rgba(var(--joy-palette-background-channel) / .5)',
borderRadius: 'xl',
boxShadow: 'var(--joy-shadowRing, 0 0 #000),0px 2px 8px -2px rgba(var(--joy-palette-primary-mainChannel, 21 21 21) / var(--joy-shadowOpacity, 0.08)),0px 12px 16px -4px rgba(var(--joy-palette-primary-mainChannel, 21 21 21) / var(--joy-shadowOpacity, 0.08))',
boxShadow: 'none',
backdropFilter: 'blur(20px)',
border: '1px solid rgba(var(--joy-palette-background-channel) / .5)'
}}
Expand Down

0 comments on commit 644e53f

Please sign in to comment.