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

spacing for ios on options page

This commit is contained in:
Kyle Spearrin
2019-06-24 12:05:01 -04:00
parent d81585ccc3
commit 3ec5d894b3
2 changed files with 8 additions and 3 deletions

View File

@@ -135,4 +135,9 @@
<Setter Property="FontSize"
Value="25" />
</Style>
<Style TargetType="StackLayout"
Class="box-row-input-options-platform">
<Setter Property="Padding"
Value="0, 10, 0, 5" />
</Style>
</ResourceDictionary>