File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments