Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat-figma-properties-alignment'…
Browse files Browse the repository at this point in the history
… into feat-figma-properties-alignment
  • Loading branch information
nmerget committed Dec 2, 2024
2 parents 0aa7cc2 + 9b24642 commit 0d1ca13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/shared/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export type IconProps = {
export type ShowIconProps = {
/**
* Enables or disables the visibility of the icon. The default value depends on the component.
* For many components this property is optional to reflect figma properties.
* For many components this property is optional to reflect Figma properties.
*/
showIcon?: boolean;
};
Expand Down

0 comments on commit 0d1ca13

Please sign in to comment.