mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
Android font size adjustments
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Bit.Android.Controls
|
||||
|
||||
var view = (ExtendedPicker)Element;
|
||||
|
||||
Control.TextSize = (float)Device.GetNamedSize(NamedSize.Small, typeof(Picker));
|
||||
Control.TextSize = (float)Device.GetNamedSize(NamedSize.Medium, typeof(Picker));
|
||||
SetBorder(view);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user