Remove cringe hardcodes for background (#20374)

This commit is contained in:
Vasilis
2023-09-22 21:50:34 +02:00
committed by GitHub
parent 9e1a9dd6df
commit 413ba8cc9a
11 changed files with 17 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
<Popup xmlns="https://spacestation14.io"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
<PanelContainer>
<PanelContainer StyleClasses="BackgroundDark">
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat BackgroundColor="#25252A" BorderThickness="1" BorderColor="#18181B"/>
<gfx:StyleBoxFlat BorderThickness="1" BorderColor="#18181B"/>
</PanelContainer.PanelOverride>
<BoxContainer Orientation="Vertical">
<Label Name="PlayerNameLabel"/>