]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
make newchat box more opaque (#24555)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Thu, 25 Jan 2024 13:17:48 +0000 (08:17 -0500)
committerGitHub <noreply@github.com>
Thu, 25 Jan 2024 13:17:48 +0000 (08:17 -0500)
Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml

index e242e636b358406ef64c603e845f26dc67d0c00d..090041fa93c3c4c04cdc6a9671b0eb364f7018e4 100644 (file)
@@ -9,7 +9,7 @@
     MinSize="465 225">
     <PanelContainer HorizontalExpand="True" VerticalExpand="True">
         <PanelContainer.PanelOverride>
-            <graphics:StyleBoxFlat BackgroundColor="#25252AAA" />
+            <graphics:StyleBoxFlat BackgroundColor="#25252ADD" />
         </PanelContainer.PanelOverride>
 
         <BoxContainer Orientation="Vertical" SeparationOverride="4" HorizontalExpand="True" VerticalExpand="True">