style: fixed styles and wizard step icons
This commit is contained in:
parent
cefe9e2521
commit
7551a50c23
11 changed files with 65 additions and 39 deletions
|
|
@ -6,7 +6,6 @@ import { FeatureButton, Link } from 'src/components/buttons'
|
|||
import { Table as EditableTable } from 'src/components/editableTable'
|
||||
import { ReactComponent as ConfigureInverseIcon } from 'src/styling/icons/button/configure/white.svg'
|
||||
import { ReactComponent as Configure } from 'src/styling/icons/button/configure/zodiac.svg'
|
||||
import { ReactComponent as CloseIcon } from 'src/styling/icons/action/close/zodiac.svg'
|
||||
|
||||
import { NewTriggerWizard } from './NewTriggerWizard'
|
||||
import { mainStyles } from './Triggers.styles'
|
||||
|
|
@ -85,10 +84,10 @@ const Triggers = () => {
|
|||
onClose={handleCloseWizard}
|
||||
className={classes.modal}>
|
||||
<Paper className={classes.paper}>
|
||||
<button onClick={handleCloseWizard}>
|
||||
<CloseIcon />
|
||||
</button>
|
||||
<NewTriggerWizard finish={handleFinishWizard} />
|
||||
<NewTriggerWizard
|
||||
close={handleCloseWizard}
|
||||
finish={handleFinishWizard}
|
||||
/>
|
||||
</Paper>
|
||||
</Modal>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue