From ab44c71669616c0008cbee32023c42c4eea99f68 Mon Sep 17 00:00:00 2001 From: Lucas Schoenfelder <les17@inf.ufpr.br> Date: Mon, 14 Dec 2020 11:44:47 -0300 Subject: [PATCH] fixed the border around the user avatar --- src/Components/CollectionCardFunction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/CollectionCardFunction.js b/src/Components/CollectionCardFunction.js index 424c0de0..e2976703 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); } -- GitLab