- GLobal styling with LPTCTheme class

- SVGIconFactory
This commit is contained in:
2025-12-20 15:41:16 +01:00
parent ba89991a80
commit 9c3e0c85c8
14 changed files with 139 additions and 13 deletions
@@ -50,7 +50,7 @@ class RidersListRendererAccessory extends LayoutGroup {
iconColor = Constants.INFO;
}
lbl1.text = Constants.RIDERS_LIST_CREDIT_TEXT + Std.string(riderCredit);
lbl1.text = Constants.S3 + Std.string(riderCredit);
lbl1.embedFonts = true;
lbl1.textFormat = new TextFormat(fnt.fontName, 14, Constants.MAIN_COLOR1);
addChild(lbl1);