Fix Avatars no centered (#1050)
- fix workspace icon now centered - fix profile avatar now centered
This commit is contained in:
@ -32,6 +32,7 @@ type StyledLogoProps = {
|
||||
|
||||
const StyledLogo = styled.div<StyledLogoProps>`
|
||||
background: url(${(props) => props.logo});
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
border-radius: ${({ theme }) => theme.border.radius.xs};
|
||||
height: 16px;
|
||||
|
||||
Reference in New Issue
Block a user