Raphaël Bosi
2025-02-21 15:37:07 +01:00
committed by GitHub
parent 6fb81e757b
commit f269f8b905
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const StyledChip = styled.button<{
onClick?: () => void;
}>`
align-items: center;
justify-content: center;
background: ${({ theme }) => theme.background.transparent.light};
border: 1px solid ${({ theme }) => theme.border.color.medium};
border-radius: ${({ theme }) => theme.border.radius.md};

View File

@ -10,6 +10,7 @@ type AutogrowWrapperProps = {
const StyledNodeWrapper = styled.span`
pointer-events: none;
visibility: hidden;
white-space: pre;
`;
const StyledContainer = styled.div`