mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
reduce padding
This commit is contained in:
parent
d537d4a27e
commit
3f46f83ec8
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace Bit.App.Pages
|
||||||
Password = new Label
|
Password = new Label
|
||||||
{
|
{
|
||||||
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
|
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label)),
|
||||||
Margin = new Thickness(15, 40, 15, 40),
|
Margin = new Thickness(15, 30, 15, 30),
|
||||||
HorizontalTextAlignment = TextAlignment.Center,
|
HorizontalTextAlignment = TextAlignment.Center,
|
||||||
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
|
FontFamily = Helpers.OnPlatform(iOS: "Menlo-Regular", Android: "monospace", Windows: "Courier"),
|
||||||
LineBreakMode = LineBreakMode.TailTruncation,
|
LineBreakMode = LineBreakMode.TailTruncation,
|
||||||
|
|
Loading…
Reference in a new issue