1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 01:53:17 +00:00

bottom border on picker and no padding on editor

This commit is contained in:
Kyle Spearrin
2019-06-21 16:36:23 -04:00
parent d44950d46c
commit 39284b475d
5 changed files with 43 additions and 22 deletions

View File

@@ -9,6 +9,11 @@
<Setter Property="Margin"
Value="0, 5, 0, 12" />
</Style>
<Style TargetType="Picker"
ApplyToDerivedTypes="True">
<Setter Property="Margin"
Value="0, 5, 0, 12" />
</Style>
<Style TargetType="Editor"
ApplyToDerivedTypes="True">
<Setter Property="PlaceholderColor"