Skip to content

Commit 60eb9ff

Browse files
committed
minor
1 parent a4db41a commit 60eb9ff

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/service

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/service/StatusUI.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ qx.Class.define("osparc.service.StatusUI", {
235235
const chip = new osparc.ui.basic.Chip().set({
236236
label: osparc.service.Utils.DEPRECATED_SERVICE_TEXT,
237237
icon: osparc.service.StatusUI.getIconSource("deprecated"),
238-
textColor: "contrasted-text-dark",
238+
textColor: "text-on-warning",
239239
backgroundColor: osparc.service.StatusUI.getColor("deprecated"),
240240
allowGrowX: false
241241
});
@@ -246,7 +246,7 @@ qx.Class.define("osparc.service.StatusUI", {
246246
const chip = new osparc.ui.basic.Chip().set({
247247
label: osparc.service.Utils.RETIRED_SERVICE_TEXT,
248248
icon: osparc.service.StatusUI.getIconSource("retired"),
249-
textColor: "contrasted-text-dark",
249+
textColor: "text-on-warning",
250250
backgroundColor: osparc.service.StatusUI.getColor("retired"),
251251
allowGrowX: false
252252
});

0 commit comments

Comments
 (0)