Skip to content

Commit

Permalink
feat: specify badge properties
Browse files Browse the repository at this point in the history
  • Loading branch information
weblancaster committed Apr 9, 2018
1 parent 2e28dc6 commit e5d060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/badge/badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from "react";
import { badge } from "./style";

export interface IBadgeProps {
appearance?: string;
appearance?: "default" | "success" | "primary" | "warning" | "danger" | "outline";
children: JSX.Element | string;
}

Expand Down

0 comments on commit e5d060a

Please sign in to comment.