[feat] New Interface (#10)
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Content.Client.Preferences.UI
|
||||
var back = new StyleBoxTexture
|
||||
{
|
||||
Texture = panelTex,
|
||||
Modulate = new Color(37, 37, 42)
|
||||
Modulate = new Color(37, 42, 37)
|
||||
};
|
||||
back.SetPatchMargin(StyleBox.Margin.All, 10);
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ namespace Content.Client.Preferences.UI
|
||||
{
|
||||
PanelOverride = new StyleBoxFlat()
|
||||
{
|
||||
BackgroundColor = new Color(47, 47, 53),
|
||||
BackgroundColor = new Color(35, 48, 35),
|
||||
ContentMarginTopOverride = 10,
|
||||
ContentMarginBottomOverride = 10,
|
||||
ContentMarginLeftOverride = 10,
|
||||
|
||||
Reference in New Issue
Block a user