Fixed userbar issue on home page
[portal.git] / portal-FE-common / src / app / layout / components / userbar / userbar.component.scss
index 8180110..7e0edc1 100644 (file)
@@ -108,7 +108,13 @@ button {
   display: block;
   margin-left: auto;
   margin-right: auto;
-  height: 55px;
-  width: 55px;
+  height: 45px;
+  width: 45px;
   border-radius: 50%;
 }
+
+.default-user-icon{
+  font-size: 45px;
+  display: block;
+  color: black;
+}
\ No newline at end of file