diff --git a/src/Components/CollectionCardFunction.js b/src/Components/CollectionCardFunction.js index 424c0de04b6d1bb4082a7fc098d6cf3b07834a87..e2976703afc7e9d2c83a368d98b8f442c3856842 100644 --- a/src/Components/CollectionCardFunction.js +++ b/src/Components/CollectionCardFunction.js @@ -287,7 +287,7 @@ const AvatarDiv = styled.div` border-radius : 50%; height : 70px; width : 70px; - border : 2px solid #fff; + border : 2px solid #fff !important; background-color : #fff; box-shadow : 0 1px 3px rgba(0,0,0,.45); }