1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-10 12:33:28 +00:00

placeholder colors

This commit is contained in:
Kyle Spearrin
2019-06-05 12:32:40 -04:00
parent 58f01493e0
commit c8d8d94c7f
6 changed files with 18 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
x:Class="Bit.App.Styles.Android">
<Style TargetType="Entry"
ApplyToDerivedTypes="True">
<Setter Property="PlaceholderColor"
Value="{StaticResource InputPlaceholderColor}" />
<Setter Property="Margin"
Value="-4, 0, -4, -4" />
</Style>
@@ -14,6 +16,8 @@
</Style>
<Style TargetType="Editor"
ApplyToDerivedTypes="True">
<Setter Property="PlaceholderColor"
Value="{StaticResource InputPlaceholderColor}" />
<Setter Property="Margin"
Value="-4, 0, -4, -4" />
</Style>