From d953add368c4bca16835bdaaed8f6f32b0855a29 Mon Sep 17 00:00:00 2001 From: Rain Caldwell <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:29:23 +0800 Subject: [PATCH] fix colors --- Content.Client/Lathe/UI/RecipeTooltip.xaml | 8 ++++---- Content.Client/Lobby/UI/HighlightedContainer.xaml | 2 +- Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs | 2 +- Content.Client/MassMedia/Ui/ArticleEditorPanel.xaml | 2 +- Content.Client/Stylesheets/StyleNano.cs | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Content.Client/Lathe/UI/RecipeTooltip.xaml b/Content.Client/Lathe/UI/RecipeTooltip.xaml index 8cb0ec507a..23f9e65c51 100644 --- a/Content.Client/Lathe/UI/RecipeTooltip.xaml +++ b/Content.Client/Lathe/UI/RecipeTooltip.xaml @@ -3,13 +3,13 @@ MaxWidth="400"> - - diff --git a/Content.Client/Lobby/UI/HighlightedContainer.xaml b/Content.Client/Lobby/UI/HighlightedContainer.xaml index 8cf6e2da05..dc662665bc 100644 --- a/Content.Client/Lobby/UI/HighlightedContainer.xaml +++ b/Content.Client/Lobby/UI/HighlightedContainer.xaml @@ -2,7 +2,7 @@ xmlns="https://spacestation14.io" xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"> - - + diff --git a/Content.Client/Stylesheets/StyleNano.cs b/Content.Client/Stylesheets/StyleNano.cs index 159f0e506b..19bfc0d99a 100644 --- a/Content.Client/Stylesheets/StyleNano.cs +++ b/Content.Client/Stylesheets/StyleNano.cs @@ -148,7 +148,7 @@ public sealed class StyleNano : StyleBase public const string StyleClassButtonColorRed = "ButtonColorRed"; public const string StyleClassButtonColorGreen = "ButtonColorGreen"; - public static readonly Color ChatBackgroundColor = Color.FromHex("#25252ADD"); + public static readonly Color ChatBackgroundColor = Color.FromHex("#141414DD"); public override Stylesheet Stylesheet { get; } @@ -1373,11 +1373,11 @@ public StyleNano(IResourceCache resCache) : base(resCache) Element().Class("BackgroundOpenRight") .Prop(PanelContainer.StylePropertyPanel, BaseButtonOpenRight) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#25252A")), + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#141414")), Element().Class("BackgroundOpenLeft") .Prop(PanelContainer.StylePropertyPanel, BaseButtonOpenLeft) - .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#25252A")), + .Prop(Control.StylePropertyModulateSelf, Color.FromHex("#141414")), // --- // Dividers