diff --git a/forge-gui-mobile/src/forge/screens/match/views/VAssignGenericAmount.java b/forge-gui-mobile/src/forge/screens/match/views/VAssignGenericAmount.java index dcade32b852..f424e0a2f20 100644 --- a/forge-gui-mobile/src/forge/screens/match/views/VAssignGenericAmount.java +++ b/forge-gui-mobile/src/forge/screens/match/views/VAssignGenericAmount.java @@ -270,7 +270,7 @@ public class VAssignGenericAmount extends FDialog { float w = getWidth(); float h = getHeight(); g.drawImage(image, 0, 0, w, w); - g.drawText(name, FONT, FORE_COLOR, 0, w, w, h - w, false, Align.center, true); + g.drawText(name, FONT, getForeColor(), 0, w, w, h - w, false, Align.center, true); } }