mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-01 19:52:36 -04:00
Fix iconbutton styling for keyboard navigation
This commit is contained in:
@@ -102,10 +102,8 @@ export const StyledIconButton = styled(IconButton)`
|
||||
color: ${(props) =>
|
||||
props.appearance === 'subtle' ? props.theme.primary.main : undefined};
|
||||
}
|
||||
i {
|
||||
background-color: ${(props) =>
|
||||
props.appearance === 'primary' ? props.theme.primary.main : undefined};
|
||||
}
|
||||
background-color: ${(props) =>
|
||||
props.appearance === 'primary' ? props.theme.primary.main : undefined};
|
||||
width: ${(props) => `${props.width}px`};
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user