Added unused imports and vars and fixed lint (#929)

This commit is contained in:
Lucas Bordeau
2023-07-26 02:18:25 +02:00
committed by GitHub
parent c0700c9b20
commit b52745533a
17 changed files with 89 additions and 27 deletions

View File

@ -76,7 +76,7 @@ const StyledButton = styled.button<
}
}};
border-style: solid;
border-width: ${({ theme, variant, position }) => {
border-width: ${({ variant, position }) => {
switch (variant) {
case 'primary':
case 'secondary':

View File

@ -117,7 +117,6 @@ const StyledIconButton = styled.button<
export function IconButton({
icon,
title,
variant = 'transparent',
size = 'medium',
textColor = 'tertiary',