Updaated all color values to include Alpha value so pickers offer it as an option to user
This commit is contained in:
@@ -50,7 +50,7 @@ namespace AyaNova.Models
|
||||
{
|
||||
CurrencyName = "USD";
|
||||
Hour12 = true;
|
||||
UiColor = "#ffffff";//black is the default
|
||||
UiColor = "#ffffffff";//black is the default
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user