1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00:00

formatting fixes

This commit is contained in:
Kyle Spearrin
2018-12-10 09:41:10 -05:00
parent 421f7e8799
commit fdea212415

View File

@@ -61,17 +61,13 @@ namespace Bit.App.Utilities
switch(currentType)
{
case CharType.Number:
{
currentSpan.TextColor = Color.DodgerBlue;
break;
}
case CharType.Special:
{
currentSpan.TextColor = Color.Firebrick;
break;
}
}
}
currentSpan.Text += c;
}