From 2dab31358ee7085a46e173cf46b42e26ed09351d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 30 Dec 2019 19:51:29 +0700 Subject: [PATCH] Update Talk action to Nextcloud blue --- src/flow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flow.js b/src/flow.js index 67860a4e0..a6c40895d 100644 --- a/src/flow.js +++ b/src/flow.js @@ -24,7 +24,7 @@ import FlowPostToConversation from './views/FlowPostToConversation' window.OCA.WorkflowEngine.registerOperator({ id: 'OCA\\Talk\\Flow\\Operation', - color: 'tomato', + color: '#0082c9', operation: '', options: FlowPostToConversation, })