Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(Table): Remove bolding of clickable headers
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Feb 7, 2020
1 parent 79c73da commit 74cef76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Table/ClickableHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import VisuallyHidden from '../VisuallyHidden';
const HeaderButton = styled(ButtonCore)`
vertical-align: baseline;
padding-right: ${p => p.theme.globals.spacing.xxs};
font-weight: bold;
`;

const ClickabilityIndicator = styled.span`
Expand Down

0 comments on commit 74cef76

Please sign in to comment.