Added unused imports and vars and fixed lint (#929)
This commit is contained in:
@ -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':
|
||||
|
||||
@ -117,7 +117,6 @@ const StyledIconButton = styled.button<
|
||||
|
||||
export function IconButton({
|
||||
icon,
|
||||
title,
|
||||
variant = 'transparent',
|
||||
size = 'medium',
|
||||
textColor = 'tertiary',
|
||||
|
||||
Reference in New Issue
Block a user