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;
}