From 21e6bac97cf2346e006828d2317a4e9180917224 Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Wed, 5 Oct 2022 10:56:46 +0200 Subject: [PATCH] changed color of publisher overlay on crash --- openpype/style/data.json | 1 + openpype/style/style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openpype/style/data.json b/openpype/style/data.json index b75aa98508..fef69071ed 100644 --- a/openpype/style/data.json +++ b/openpype/style/data.json @@ -89,6 +89,7 @@ }, "publisher": { "error": "#AA5050", + "crash": "#FF6432", "success": "#458056", "warning": "#ffc671", "tab-bg": "#16191d", diff --git a/openpype/style/style.css b/openpype/style/style.css index 4b6b0d396d..96ca9fdd8a 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -980,7 +980,7 @@ VariantInputsWidget QToolButton { } #PublishInfoFrame[state="0"] { - background: {color:publisher:error}; + background: {color:publisher:crash}; } #PublishInfoFrame[state="1"] {