Skip to content

Commit 53891d3

Browse files
committed
whitetext for purchased AnatomicalModelListItem text
1 parent b05c2ff commit 53891d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

services/static-webserver/client/source/class/osparc/vipMarket/AnatomicalModelListItem.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ qx.Class.define("osparc.vipMarket.AnatomicalModelListItem", {
163163

164164
__applyPurchases: function(purchases) {
165165
if (purchases.length) {
166-
this.setBackgroundColor("strong-main");
166+
this.set({
167+
textColor: "default-button-text",
168+
backgroundColor: "strong-main",
169+
})
167170
}
168171
},
169172

0 commit comments

Comments
 (0)