Undid favorite/blacklisted tag color-coded stylings.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
if (Tag.IsBlacklisted)
|
||||
{
|
||||
return ColorVarient.Pink;
|
||||
return ColorVarient.Red;
|
||||
}
|
||||
|
||||
return ColorVarient.Secondary;
|
||||
|
||||
@@ -37,15 +37,15 @@
|
||||
|
||||
private ColorVarient GetColorVarient()
|
||||
{
|
||||
if (Tag.IsFavorite)
|
||||
{
|
||||
return ColorVarient.Mint;
|
||||
}
|
||||
// if (Tag.IsFavorite)
|
||||
// {
|
||||
// return ColorVarient.Mint;
|
||||
// }
|
||||
|
||||
if (Tag.IsFavorite)
|
||||
{
|
||||
return ColorVarient.Orange;
|
||||
}
|
||||
// if (Tag.IsBlacklisted)
|
||||
// {
|
||||
// return ColorVarient.Red;
|
||||
// }
|
||||
|
||||
return ColorVarient.Primary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user