From d6ffb0aa70eacad580956d75c898a4a66d30d62e Mon Sep 17 00:00:00 2001 From: Sachin Chaurasiya Date: Wed, 3 Aug 2022 15:30:02 +0530 Subject: [PATCH] Fix #6528 Color updates on Pipeline (#6532) --- .../src/main/resources/ui/src/styles/x-master.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/styles/x-master.css b/openmetadata-ui/src/main/resources/ui/src/styles/x-master.css index 8c9cf2a0b89..38fae23009d 100644 --- a/openmetadata-ui/src/main/resources/ui/src/styles/x-master.css +++ b/openmetadata-ui/src/main/resources/ui/src/styles/x-master.css @@ -1252,15 +1252,15 @@ code { } .data-box.Successful { - background-color: #07a35a; + background-color: #28a745; } .data-box.Failed { - background-color: #e54937; + background-color: #cb2431; } .data-box.Pending { - background-color: #276ef1; + background-color: #1890ff; } .exec-date-time {