- add: new lobby and ui tweaks. (#7)
* base * arrow pointer for buttons * some progress for text buttons, need cleaning * fixed observe button, remove fraction * just for now * ui tweaks * more ui tweaks * feat: ченджлог в лобби --------- Co-authored-by: Remuchi <RemuchiOfficial@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Client.Administration.UI.CustomControls;
|
||||
|
||||
public sealed class VSeparator : PanelContainer
|
||||
{
|
||||
private static readonly Color SeparatorColor = Color.FromHex("#3D4059");
|
||||
private static readonly Color SeparatorColor = Color.FromHex("#191919");
|
||||
|
||||
public VSeparator(Color color)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user