Skip to content

Commit

Permalink
fix(Progress): Correct small progress size (patternfly#790)
Browse files Browse the repository at this point in the history
782
  • Loading branch information
karelhala authored and amarie401 committed Oct 16, 2018
1 parent deb4537 commit c30c89f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SFC, HTMLProps, ReactType, ReactNode } from 'react';
import { OneOf, Omit } from '../../typeUtils';

export const ProgressSize: {
xs: 'xs',
sm: 'sm',
md: 'md',
lg: 'lg'
}
Expand Down

0 comments on commit c30c89f

Please sign in to comment.