Fix les boutons

pull/2573/head
Johan Girod 2023-04-26 14:37:50 +02:00 committed by Jérémy Rialland
parent 98cb573c01
commit aab06c6ff2
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ type StyledButtonProps = {
}
export const StyledButton = styled.button<StyledButtonProps>`
display: inline-flex;
width: fit-content;
text-decoration: none;
font-family: ${({ theme }) => theme.fonts.main};