fix: Minor button alignment issues
This commit is contained in:
@ -81,7 +81,7 @@ const Label = styled.span`
|
||||
${props => props.hasIcon && 'padding-left: 4px;'};
|
||||
`;
|
||||
|
||||
const Inner = styled.span`
|
||||
export const Inner = styled.span`
|
||||
display: flex;
|
||||
padding: 0 8px;
|
||||
padding-right: ${props => (props.disclosure ? 2 : 8)}px;
|
||||
|
Reference in New Issue
Block a user