Skip to content

Commit

Permalink
fix(input): add 'small' to input size type (#455)
Browse files Browse the repository at this point in the history
Co-authored-by: Enes Yıldırım <[email protected]>
  • Loading branch information
Enes5519 and Enes Yıldırım authored Mar 1, 2023
1 parent a0acd83 commit d554656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/input/bl-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import '../button/bl-button';

import style from './bl-input.css';

export type InputSize = 'medium' | 'large';
export type InputSize = 'small' | 'medium' | 'large';
/**
* @tag bl-input
* @summary Baklava Input component
Expand Down

0 comments on commit d554656

Please sign in to comment.