Skip to content

Commit

Permalink
Merge pull request #15540 from F3KTOR/master
Browse files Browse the repository at this point in the history
#15535 - skeleton value changed from a shape to string for rem values
  • Loading branch information
cetincakiroglu committed May 14, 2024
2 parents 3ffeede + 072c4a9 commit eabba55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/skeleton/skeleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class Skeleton {
* Size of the skeleton.
* @group Props
*/
@Input() size: 'circle' | 'square' | undefined;
@Input() size: string | undefined;
/**
* Width of the element.
* @group Props
Expand Down

0 comments on commit eabba55

Please sign in to comment.