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 {