Dark mode: Removing connected svg from account menu in favour of fontawesome (#14140)
parent
58f98f0627
commit
4ad22252c5
Before Width: | Height: | Size: 495 B |
@ -0,0 +1,19 @@ |
||||
import React from 'react'; |
||||
import AccountOptionsMenu from '.'; |
||||
|
||||
export default { |
||||
title: 'Components/App/AccountOptionsMenu', |
||||
id: __filename, |
||||
argTypes: { |
||||
anchorElement: { |
||||
control: 'func', |
||||
}, |
||||
onClose: { |
||||
action: 'onClose', |
||||
}, |
||||
}, |
||||
}; |
||||
|
||||
export const DefaultStory = (args) => <AccountOptionsMenu {...args} />; |
||||
|
||||
DefaultStory.storyName = 'Default'; |
Loading…
Reference in new issue