🎨 Répare le style de certains boutons
parent
8cacba5d68
commit
2c97c59fd1
|
@ -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};
|
||||
|
|
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue