Skip to content

Commit

Permalink
updated button justify prop desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Dec 20, 2023
1 parent 6b294b6 commit 4803aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/button/button.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type ButtonProps = {
*/
iconColor?: IconProps['color'];
/**
* Justify align button children. When true, content will justify-between
* When true, children will use flex justify-between
* @default false
*/
justify?: Variants['justify'];
Expand Down

0 comments on commit 4803aa0

Please sign in to comment.