Skip to content
Snippets Groups Projects
Commit a5e4c756 authored by danieldeng2's avatar danieldeng2
Browse files

Fix user icon size issue

parent 590cc3e2
No related branches found
No related tags found
No related merge requests found
...@@ -29,12 +29,10 @@ const TopBar: React.FC<TopBarProps> = ({ ...@@ -29,12 +29,10 @@ const TopBar: React.FC<TopBarProps> = ({
<img <img
src={userPic} src={userPic}
width="36"
height="36"
className="d-inline-block align-top" className="d-inline-block align-top"
alt="userPic" alt="userPic"
onClick={onUserIconClick} onClick={onUserIconClick}
style={{ borderRadius: "50%" }} style={{ borderRadius: "50%",width:"2.25rem", height:"2.25rem" }}
/> />
</Container> </Container>
</Navbar> </Navbar>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment