🎨 Répare le style de certains boutons

pull/2138/head
Johan Girod 2022-06-07 17:10:47 +02:00
parent 8cacba5d68
commit 2c97c59fd1
2 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,8 @@ const StyledAccordionItem = styled.div`
const StyledButton = styled.button`
display: flex;
width: 100%;
background: none;
border: none;
justify-content: space-between;
${({ theme }) => css`
font-family: ${theme.fonts.main};

View File

@ -105,6 +105,8 @@ export default function SearchField(
const StyledClearButton = styled.button`
position: absolute;
right: 0;
background: none;
border: none;
font-size: 2rem;
line-height: 2rem;
height: ${({ theme }) => theme.spacings.xxxl};