Updated IV scanner legacy theme text colour (#3637)
This commit is contained in:
parent
52b07954e5
commit
7f76739591
|
@ -252,9 +252,8 @@ export default class BattleMessageUiHandler extends MessageUiHandler {
|
|||
textStyle = TextStyle.SUMMARY_GREEN;
|
||||
}
|
||||
} else {
|
||||
textStyle = TextStyle.SUMMARY;
|
||||
textStyle = TextStyle.WINDOW;
|
||||
}
|
||||
//const textStyle: TextStyle = isBetter ? TextStyle.SUMMARY_GREEN : TextStyle.SUMMARY;
|
||||
const color = getTextColor(textStyle, false, uiTheme);
|
||||
return `[color=${color}][shadow=${getTextColor(textStyle, true, uiTheme)}]${text}[/shadow][/color]`;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue