Fix les boutons
parent
98cb573c01
commit
aab06c6ff2
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue