Apply HEADER_LABEL

This commit is contained in:
Lugiad 2025-06-28 18:32:47 +02:00 committed by GitHub
parent d092eb43c0
commit 6984c0176f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ export default class RunInfoUiHandler extends UiHandler {
); );
this.runContainer.add(abilityButtonContainer); this.runContainer.add(abilityButtonContainer);
} }
const headerText = addTextObject(0, 0, i18next.t("runHistory:runInfo"), TextStyle.SETTINGS_LABEL); const headerText = addTextObject(0, 0, i18next.t("runHistory:runInfo"), TextStyle.HEADER_LABEL);
headerText.setOrigin(0, 0); headerText.setOrigin(0, 0);
headerText.setPositionRelative(headerBg, 8, 4); headerText.setPositionRelative(headerBg, 8, 4);
this.runContainer.add(headerText); this.runContainer.add(headerText);