Narrowed down avatar sizes
This commit is contained in:
parent
07f7fa93d6
commit
3a246656e3
30 changed files with 61 additions and 69 deletions
|
@ -50,7 +50,6 @@ const useProps = (overrideProps: Partial<Props> = {}): Props => ({
|
|||
phoneNumber: text('phoneNumber', overrideProps.phoneNumber || ''),
|
||||
profileName: text('profileName', overrideProps.profileName || ''),
|
||||
sharedGroupNames: [],
|
||||
size: 80,
|
||||
startUpdate: action('startUpdate'),
|
||||
style: {},
|
||||
theme: React.useContext(StorybookThemeContext),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue