fix issue
This commit is contained in:
@ -36,7 +36,7 @@ namespace Billing.Views
|
||||
public CategorySelectPage(int id)
|
||||
{
|
||||
categoryId = id;
|
||||
defaultColor = (Color)Application.Current.Resources[BaseTheme.PrimaryColor];
|
||||
defaultColor = BaseTheme.CurrentPrimaryColor;
|
||||
TapTopCategory = new Command(OnTopCategoryTapped);
|
||||
TapSubCategory = new Command(OnSubCategoryTapped);
|
||||
|
||||
|
Reference in New Issue
Block a user