Adjust shadow on playerbar image
This commit is contained in:
parent
dbcda5b634
commit
373441e4c6
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ const MetadataStack = styled(motion.div)`
|
|||
const Image = styled(motion.div)`
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
filter: drop-shadow(0 0 5px rgb(0, 0, 0, 100%));
|
||||
background-color: var(--placeholder-bg);
|
||||
filter: drop-shadow(0 5px 6px rgb(0, 0, 0, 50%));
|
||||
|
||||
${fadeIn};
|
||||
animation: fadein 0.2s ease-in-out;
|
||||
|
|
|
|||
Reference in a new issue