Skip to content

Commit

Permalink
Fix #313 add size as optional prop
Browse files Browse the repository at this point in the history
  • Loading branch information
couds committed Apr 10, 2021
1 parent 54fc1bb commit fc544b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Color } from '..';
interface NavbarProps {
transparent?: boolean;
fixed?: 'top' | 'bottom';
size: 'large';
size?: 'large';
color?: Color;
active?: boolean;
}
Expand Down

0 comments on commit fc544b8

Please sign in to comment.