1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-04 01:23:15 +00:00

padding/margins for entry/picker

This commit is contained in:
Kyle Spearrin
2019-05-07 23:22:25 -04:00
parent cf2ae9d7e8
commit 5dc4357078
3 changed files with 56 additions and 1 deletions

View File

@@ -5,7 +5,12 @@
<Style TargetType="Entry"
ApplyToDerivedTypes="True">
<Setter Property="Margin"
Value="-4, 0" />
Value="-4, 0, -4, -4" />
</Style>
<Style TargetType="Picker"
ApplyToDerivedTypes="True">
<Setter Property="Margin"
Value="-4, 0, -4, -4" />
</Style>
<!-- Buttons -->