Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix: Timeline - remove inline fontWeight, fix bullet (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielagattoni authored and jxom committed Feb 19, 2019
1 parent 0f7e648 commit 384f13f
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 111 deletions.
2 changes: 1 addition & 1 deletion src/Timeline/TimelineStepHeading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export type LocalTimelineStepHeadingProps = {
export type TimelineStepHeadingProps = ReakitParagraphProps & LocalTimelineStepHeadingProps;

const TimelineStepHeading: React.FunctionComponent<LocalTimelineStepHeadingProps> = ({ children, color, ...props }) => (
<_TimelineStepHeading color={color} fontWeight="semibold" {...props}>
<_TimelineStepHeading color={color} {...props}>
{children}
</_TimelineStepHeading>
);
Expand Down
Loading

0 comments on commit 384f13f

Please sign in to comment.