Changed unsubscribe color.
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good

This commit is contained in:
Tom Butcher 2026-07-13 23:20:23 +01:00
parent 287a9615b8
commit 76757998c8

View File

@ -39,7 +39,7 @@ const OperationDisplay = ({
case 'unsubscribe':
tagText = 'Unsubscribe'
tagIcon = <BellIcon />
tagColor = 'orange'
tagColor = 'default'
break
default:
break