fixed: status bar style issue.

This commit is contained in:
2020-05-05 12:29:17 +08:00
parent 0e16ae32be
commit 45a042adf6
4 changed files with 13 additions and 6 deletions

View File

@@ -7,6 +7,7 @@ namespace Pixiview.UI.Theme
public const string TitleButton = nameof(TitleButton);
public const string TitleLabel = nameof(TitleLabel);
public const string StatusBarStyle = nameof(StatusBarStyle);
public const string WindowColor = nameof(WindowColor);
public const string TextColor = nameof(TextColor);
public const string SubTextColor = nameof(SubTextColor);