Skip to content

Commit

Permalink
fix(Statistic): fix wrong inverted type (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa authored and levithomason committed Jul 31, 2017
1 parent 82259a7 commit e3f93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Statistic/Statistic.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface StatisticProps {
horizontal?: boolean;

/** A statistic can be formatted to fit on a dark background. */
inverted?: string;
inverted?: boolean;

/** Label content of the Statistic. */
label?: SemanticShorthandContent;
Expand Down

0 comments on commit e3f93c4

Please sign in to comment.