Updates button styles for replies and views
This commit is contained in:
parent
300cee2e24
commit
85df5cf1d8
5 changed files with 93 additions and 34 deletions
|
@ -118,6 +118,22 @@ story.add('Multi story', () => {
|
|||
story.add('Caption', () => (
|
||||
<StoryViewer
|
||||
{...getDefaultProps()}
|
||||
group={getDefaultConversation({
|
||||
avatarPath: '/fixtures/kitten-4-112-112.jpg',
|
||||
title: 'Broskis',
|
||||
type: 'group',
|
||||
})}
|
||||
replyState={{
|
||||
messageId: '123',
|
||||
replies: [
|
||||
{
|
||||
...getDefaultConversation(),
|
||||
body: 'Cool',
|
||||
id: 'abc',
|
||||
timestamp: Date.now(),
|
||||
},
|
||||
],
|
||||
}}
|
||||
stories={[
|
||||
{
|
||||
attachment: fakeAttachment({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue