Fix small design feedbacks

This commit is contained in:
Charles Bochet
2023-04-25 11:32:18 +02:00
parent 67e4e79623
commit 63feef5727
9 changed files with 20 additions and 12 deletions

View File

@ -5,7 +5,7 @@ import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
const TopBarContainer = styled.div`
display: flex;
flex-direction: row;
height: 40px;
height: 38px;
align-items: center;
background: ${(props) => props.theme.noisyBackground};
padding: 8px;