mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-25 21:41:26 +01:00
formatting fixes
This commit is contained in:
parent
421f7e8799
commit
fdea212415
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user