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

Commit

Permalink
refactor: improve variant of interface [Badge] (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGuKang authored Oct 14, 2020
1 parent 6526e69 commit 45e7934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/Badge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface BadgeProps extends StyleProps {
maximumCount?: number;
showZero?: boolean;
opacityVisible?: boolean;
variant?: string;
variant?: 'standard' | 'dot';
}

const StyledView = styled.View<StyleProps>`
Expand Down

0 comments on commit 45e7934

Please sign in to comment.