Change color
authorTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 11 Jun 2022 14:06:08 +0000 (10:06 -0400)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Sat, 11 Jun 2022 14:06:08 +0000 (10:06 -0400)
src/jsMain/kotlin/net/starshipfights/game/game_ui.kt

index fd2dc239d816693cc9d45d43e63ebb6930b8443c..c6362476cc8e267739b81b7ba6c6d46d68ce65e9 100644 (file)
@@ -816,7 +816,7 @@ object GameUI {
                                                        ShipModuleStatus.INTACT -> {}
                                                        ShipModuleStatus.DAMAGED -> {
                                                                span {
-                                                                       style = "color:#fd4"
+                                                                       style = "color:#ec4"
                                                                        +"${module.getDisplayName(ship.ship)} Damaged"
                                                                }
                                                                br