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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user