Updaated all color values to include Alpha value so pickers offer it as an option to user

This commit is contained in:
2022-03-09 16:19:54 +00:00
parent 66c059beeb
commit f7f2d34c03
7 changed files with 29 additions and 29 deletions

View File

@@ -50,7 +50,7 @@ namespace AyaNova.Models
{
CurrencyName = "USD";
Hour12 = true;
UiColor = "#ffffff";//black is the default
UiColor = "#ffffffff";//black is the default
}
}