mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-21 15:09:40 +01:00
Ensure avatar component is stable (#3640)
This commit is contained in:
parent
a0e89af120
commit
1fbfb89cc3
@ -6,6 +6,7 @@ export default {
|
||||
title: "Component Library/Avatar",
|
||||
component: AvatarComponent,
|
||||
args: {
|
||||
id: undefined,
|
||||
text: "Walt Walterson",
|
||||
size: "default",
|
||||
},
|
||||
@ -28,13 +29,11 @@ Default.args = {
|
||||
|
||||
export const Large = Template.bind({});
|
||||
Large.args = {
|
||||
...Default.args,
|
||||
size: "large",
|
||||
};
|
||||
|
||||
export const Small = Template.bind({});
|
||||
Small.args = {
|
||||
...Default.args,
|
||||
size: "small",
|
||||
};
|
||||
|
||||
@ -45,7 +44,6 @@ LightBackground.args = {
|
||||
|
||||
export const Border = Template.bind({});
|
||||
Border.args = {
|
||||
...Default.args,
|
||||
border: true,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user