mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 09:33:16 +00:00
favorite
This commit is contained in:
@@ -251,6 +251,11 @@
|
||||
<Setter Property="Padding"
|
||||
Value="0, 10, 0, 0" />
|
||||
</Style>
|
||||
<Style TargetType="StackLayout"
|
||||
Class="box-row-switch">
|
||||
<Setter Property="Orientation"
|
||||
Value="Horizontal" />
|
||||
</Style>
|
||||
<Style TargetType="Button"
|
||||
ApplyToDerivedTypes="True"
|
||||
Class="box-row-button">
|
||||
@@ -279,6 +284,13 @@
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource MutedColor}" />
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
Class="box-label-regular">
|
||||
<Setter Property="FontSize"
|
||||
Value="Medium" />
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource TextColor}" />
|
||||
</Style>
|
||||
<Style TargetType="Label"
|
||||
ApplyToDerivedTypes="True"
|
||||
Class="box-value">
|
||||
|
||||
Reference in New Issue
Block a user