Skip to content

Commit 3bef938

Browse files
committed
chore: Remove legacy markdown for Avatar Style API
1 parent 0c6e055 commit 3bef938

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/avatar/interfaces.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ export interface AvatarProps {
6363
imgUrl?: string;
6464

6565
/**
66-
* Specifies an object of selectors and properties that are used to apply custom styles.
67-
*
68-
* - `root.background` (string) - (Optional) Background of the avatar.
69-
* - `root.borderColor` (string) - (Optional) Border color of the avatar.
70-
* - `root.borderRadius` (string) - (Optional) Border radius of the avatar.
71-
* - `root.borderWidth` (string) - (Optional) Border width of the avatar.
72-
* - `root.boxShadow` (string) - (Optional) Box shadow of the avatar.
73-
* - `root.color` (string) - (Optional) Text color of the avatar.
74-
* - `root.focusRing.borderColor` (string) - (Optional) Focus ring border color.
75-
* - `root.focusRing.borderRadius` (string) - (Optional) Focus ring border radius.
76-
* - `root.focusRing.borderWidth` (string) - (Optional) Focus ring border width.
7766
* @awsuiSystem core
7867
*/
7968
style?: AvatarProps.Style;

0 commit comments

Comments
 (0)