Dark Mode: more icon updates (#14064)
* Updating settings icons to use fontawesome and removing unused svgs * Updating more icons to use font-awesome icons and removing unused svgsfeature/default_network_editable
parent
1c008eb966
commit
8ef28702f2
Before Width: | Height: | Size: 638 B |
Before Width: | Height: | Size: 331 B |
Before Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 339 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 586 B |
@ -0,0 +1,19 @@ |
|||||||
|
import React from 'react'; |
||||||
|
import ConfirmPageContainerWarning from '.'; |
||||||
|
|
||||||
|
export default { |
||||||
|
title: 'Components/UI/ConfirmPageContainerWarning', // title should follow the folder structure location of the component. Don't use spaces.
|
||||||
|
id: __filename, |
||||||
|
argTypes: { |
||||||
|
warning: { |
||||||
|
control: 'text', |
||||||
|
}, |
||||||
|
}, |
||||||
|
args: { |
||||||
|
warning: 'This is a warning', |
||||||
|
}, |
||||||
|
}; |
||||||
|
|
||||||
|
export const DefaultStory = (args) => <ConfirmPageContainerWarning {...args} />; |
||||||
|
|
||||||
|
DefaultStory.storyName = 'Default'; |
Loading…
Reference in new issue