Skip to content

Commit 771fbc5

Browse files
authored
fix(tables): replace invalid <div> from Table OverflowButton w/ <span> (#1939)
1 parent ce64f3d commit 771fbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tables/src/styled/StyledOverflowButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ StyledOverflowButton.defaultProps = {
9797
theme: DEFAULT_THEME
9898
};
9999

100-
export const StyledOverflowButtonIconWrapper = styled.div`
100+
export const StyledOverflowButtonIconWrapper = styled.span`
101101
display: flex;
102102
align-items: center;
103103
justify-content: center;

0 commit comments

Comments
 (0)