Skip to content

Commit

Permalink
Cleaner shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
Studio384 committed Apr 29, 2024
1 parent a1b732c commit 721646e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/Components/LargeIconGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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: 'lg',
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: 'lg',
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

0 comments on commit 721646e

Please sign in to comment.