Adjust card shadow

This commit is contained in:
jeffvli 2022-12-25 01:59:00 -08:00
parent 4353e81df3
commit 7f62b583af
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ const ImageSection = styled.div`
const Image = styled(SimpleImg)` const Image = styled(SimpleImg)`
border-radius: var(--card-default-radius); border-radius: var(--card-default-radius);
box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 20%); box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 20%);
`; `;
const ControlsContainer = styled.div` const ControlsContainer = styled.div`

View file

@ -80,7 +80,7 @@ const ImageSection = styled.div<{ size?: number }>`
const Image = styled(SimpleImg)` const Image = styled(SimpleImg)`
border-radius: var(--card-default-radius); border-radius: var(--card-default-radius);
box-shadow: 2px 2px 10px 10px rgba(0, 0, 0, 20%); box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 20%);
`; `;
const ControlsContainer = styled.div` const ControlsContainer = styled.div`