- 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:
@@ -25,7 +25,7 @@ public sealed partial class PdaNavigationButton : ContainerButton
|
||||
};
|
||||
|
||||
public string InactiveBgColor { get; set; } = "#202023";
|
||||
public string ActiveBgColor { get; set; } = "#25252a";
|
||||
public string ActiveBgColor { get; set; } = "#141414";
|
||||
public string InactiveFgColor { get; set; } = "#5a5a5a";
|
||||
public string ActiveFgColor { get; set; } = "#FFFFFF";
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ public sealed partial class PdaProgramItem : ContainerButton
|
||||
|
||||
private readonly StyleBoxFlat _styleBox = new()
|
||||
{
|
||||
BackgroundColor = Color.FromHex("#25252a"),
|
||||
BackgroundColor = Color.FromHex("#141414")
|
||||
};
|
||||
|
||||
public Color BackgroundColor
|
||||
|
||||
@@ -18,7 +18,7 @@ public sealed partial class PdaSettingsButton : ContainerButton
|
||||
|
||||
private readonly StyleBoxFlat _styleBox = new()
|
||||
{
|
||||
BackgroundColor = Color.FromHex("#25252a")
|
||||
BackgroundColor = Color.FromHex("#141414")
|
||||
};
|
||||
|
||||
public string? Text
|
||||
|
||||
Reference in New Issue
Block a user