Changed unsubscribe color.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
This commit is contained in:
parent
287a9615b8
commit
76757998c8
@ -39,7 +39,7 @@ const OperationDisplay = ({
|
|||||||
case 'unsubscribe':
|
case 'unsubscribe':
|
||||||
tagText = 'Unsubscribe'
|
tagText = 'Unsubscribe'
|
||||||
tagIcon = <BellIcon />
|
tagIcon = <BellIcon />
|
||||||
tagColor = 'orange'
|
tagColor = 'default'
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user