Fix Avatars no centered (#1050)

- fix workspace icon now centered
- fix profile avatar now centered
This commit is contained in:
brendanlaschke
2023-08-02 21:36:00 +02:00
committed by GitHub
parent e06588d8a8
commit 2128d44212
2 changed files with 2 additions and 0 deletions

View File

@ -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;