Fix les boutons

pull/2573/head
Johan Girod 2023-04-26 17:33:44 +02:00 committed by Jérémy Rialland
parent 568e63b635
commit bb0de0997c
1 changed files with 1 additions and 1 deletions

View File

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