@@ -19,13 +19,13 @@ public sealed partial class PdaNavigationButton : ContainerButton
|
||||
|
||||
private readonly StyleBoxFlat _styleBox = new()
|
||||
{
|
||||
BackgroundColor = Color.FromHex("#202023"),
|
||||
BackgroundColor = Color.FromHex("#202020"),
|
||||
BorderColor = Color.FromHex("#5a5a5a"),
|
||||
BorderThickness = new Thickness(0, 0, 0, 2)
|
||||
};
|
||||
|
||||
public string InactiveBgColor { get; set; } = "#202023";
|
||||
public string ActiveBgColor { get; set; } = "#141414";
|
||||
public string InactiveBgColor { get; set; } = "#202020";
|
||||
public string ActiveBgColor { get; set; } = "#050505";
|
||||
public string InactiveFgColor { get; set; } = "#5a5a5a";
|
||||
public string ActiveFgColor { get; set; } = "#FFFFFF";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user