fix: replace listing icon with settings icon
This commit is contained in:
parent
85b60028f4
commit
7273d4f31f
1 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ import { Table as EditableTable } from 'src/components/editableTable'
|
||||||
import { Switch } from 'src/components/inputs'
|
import { Switch } from 'src/components/inputs'
|
||||||
import TitleSection from 'src/components/layout/TitleSection'
|
import TitleSection from 'src/components/layout/TitleSection'
|
||||||
import { P, Label2, H2 } from 'src/components/typography'
|
import { P, Label2, H2 } from 'src/components/typography'
|
||||||
import { ReactComponent as ReverseListingViewIcon } from 'src/styling/icons/circle buttons/listing-view/white.svg'
|
import { ReactComponent as ReverseSettingsIcon } from 'src/styling/icons/circle buttons/settings/white.svg'
|
||||||
import { ReactComponent as ListingViewIcon } from 'src/styling/icons/circle buttons/listing-view/zodiac.svg'
|
import { ReactComponent as SettingsIcon } from 'src/styling/icons/circle buttons/settings/zodiac.svg'
|
||||||
import { fromNamespace, toNamespace, namespaces } from 'src/utils/config'
|
import { fromNamespace, toNamespace, namespaces } from 'src/utils/config'
|
||||||
|
|
||||||
import styles from './Triggers.styles'
|
import styles from './Triggers.styles'
|
||||||
|
|
@ -82,8 +82,8 @@ const Triggers = () => {
|
||||||
title="Compliance Triggers"
|
title="Compliance Triggers"
|
||||||
button={{
|
button={{
|
||||||
text: 'Advanced settings',
|
text: 'Advanced settings',
|
||||||
icon: ListingViewIcon,
|
icon: SettingsIcon,
|
||||||
inverseIcon: ReverseListingViewIcon,
|
inverseIcon: ReverseSettingsIcon,
|
||||||
toggle: setAdvancedSettings
|
toggle: setAdvancedSettings
|
||||||
}}
|
}}
|
||||||
className={classes.tableWidth}>
|
className={classes.tableWidth}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue