Skip to content

Commit

Permalink
fix(accordion): make textSize prop optional
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaHempel committed Jul 12, 2019
1 parent b391f55 commit 502426b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Arrow from '../../../icons/Arrow/Arrow';

type TTextSize = 'lead' | 'regular';
interface ITitleStyleProps {
textSize: TTextSize;
textSize?: TTextSize;
}

const sizes = {
Expand Down

0 comments on commit 502426b

Please sign in to comment.