Skip to content

Commit ed3298c

Browse files
committed
refactor(avatar): 💡 fix typo on prop comments
1 parent 9edd841 commit ed3298c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/avatar/Avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface AvatarProps extends BoxProps {
6666
/**
6767
* StatusIndicator's Background Color & StatusIndicator Ring Color.
6868
*
69-
* @default ["bg-white-900", "ring-white-900"]"
69+
* @default "text-white-900"
7070
*/
7171
parentsBackground: string;
7272
}

0 commit comments

Comments
 (0)