Skip to content

Commit dd96363

Browse files
docs(avatar): update sizing documentation (#3483)
1 parent 24c6ad3 commit dd96363

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

components/avatar/stories/avatar.stories.js

+1-13
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,7 @@ export const Default = AvatarGroup.bind({});
7575
Default.args = {};
7676

7777
// ********* DOCS ONLY ********* //
78-
/** Avatar sizes scale exponentially, based on the Spectrum type scale. These range from size-50 to size-700, with the default size for an avatar being `100`. An avatar can also be customized to fit appropriately for your context.
79-
*
80-
* Avatar is available in many sizes using the required `.spectrum-Avatar--size<number>` class. The available size classes are:
81-
82-
- `spectrum-Avatar--size50`
83-
- `spectrum-Avatar--size75`
84-
- `spectrum-Avatar--size100`
85-
- `spectrum-Avatar--size200`
86-
- `spectrum-Avatar--size300`
87-
- `spectrum-Avatar--size400`
88-
- `spectrum-Avatar--size500`
89-
- `spectrum-Avatar--size600`
90-
- `spectrum-Avatar--size700`
78+
/** Avatar is available in many sizes and scales exponentially, based on the Spectrum type scale. These sizes range from size-50 to size-1500, using the required `.spectrum-Avatar--size<number>` class. The default size for an avatar is `100`. An avatar can also be customized to fit appropriately for your context.
9179
*/
9280
export const Sizing = (args, context) => Sizes({
9381
Template,

0 commit comments

Comments
 (0)