diff --git a/Content.Client/Shuttles/UI/RadarControl.cs b/Content.Client/Shuttles/UI/RadarControl.cs index 6d69fd809a..d93c051d23 100644 --- a/Content.Client/Shuttles/UI/RadarControl.cs +++ b/Content.Client/Shuttles/UI/RadarControl.cs @@ -293,7 +293,7 @@ public sealed class RadarControl : Control if (uiPosition.Length > RadarRange - DockScale) continue; - var color = HighlightedDock == ent ? Color.Magenta : Color.DarkViolet; + var color = HighlightedDock == ent ? state.HighlightedColor : state.Color; uiPosition.Y = -uiPosition.Y; diff --git a/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml b/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml index 58d06e575a..868bed16dc 100644 --- a/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml +++ b/Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml @@ -1,7 +1,8 @@ + xmlns:ui1="clr-namespace:Content.Client.HUD.UI" + Title="{Loc 'shuttle-console-window-title'}"> - + + + - + - + + + @@ -59,7 +65,7 @@ Text="0.0" Align="Right"/> - +