mirror of
https://github.com/bitwarden/mobile
synced 2025-12-29 14:43:50 +00:00
ios theming
This commit is contained in:
@@ -120,6 +120,7 @@
|
||||
StyleClass="box-value"
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
LineBreakMode="CharacterWrap"
|
||||
IsVisible="{Binding ShowPassword}" />
|
||||
<controls:FaButton
|
||||
StyleClass="box-row-button, box-row-button-platform"
|
||||
|
||||
@@ -39,11 +39,11 @@
|
||||
<Setter Property="BackgroundColor"
|
||||
Value="{StaticResource ListHeaderBackgroundColor}" />
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource TextColor}" />
|
||||
Value="Black" />
|
||||
<Setter Property="CancelButtonColor"
|
||||
Value="{StaticResource PrimaryColor}" />
|
||||
<Setter Property="PlaceholderColor"
|
||||
Value="{StaticResource MutedColor}" />
|
||||
Value="#777777" />
|
||||
</Style>
|
||||
<Style TargetType="ContentPage"
|
||||
ApplyToDerivedTypes="True">
|
||||
|
||||
Reference in New Issue
Block a user