mirror of
https://github.com/bitwarden/mobile
synced 2025-12-31 15:43:19 +00:00
added instruction label to pin code screens
This commit is contained in:
@@ -60,6 +60,11 @@ namespace Bit.iOS.Controls
|
||||
{
|
||||
pointSize *= .6f;
|
||||
}
|
||||
else
|
||||
{
|
||||
// not using dyanmic font sizes, return
|
||||
return;
|
||||
}
|
||||
|
||||
Control.Font = UIFont.FromDescriptor(Element.Font.ToUIFont().FontDescriptor, pointSize);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user