mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-09 09:07:47 +02:00
UI: Use "success" theme color for low infiltration difficulty instead of "primary" (#2693)
This commit is contained in:
@@ -48,7 +48,7 @@ function coloredArrow(difficulty: number): JSX.Element {
|
||||
} else {
|
||||
return (
|
||||
<>
|
||||
{arrowPart(Settings.theme.primary, cappedDifficulty * 13)}
|
||||
{arrowPart(Settings.theme.success, cappedDifficulty * 13)}
|
||||
{arrowPart(Settings.theme.warning, (cappedDifficulty - 1) * 13)}
|
||||
{arrowPart(Settings.theme.warning, (cappedDifficulty - 2) * 13)}
|
||||
{arrowPart(Settings.theme.error, (cappedDifficulty - 3) * 26)}
|
||||
|
||||
Reference in New Issue
Block a user