mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-17 15:27:43 +01:00
better sizing on btn title
This commit is contained in:
parent
2816e72aa9
commit
51ee93eca0
@ -29,7 +29,7 @@
|
||||
Spacing="0"
|
||||
Padding="0">
|
||||
<controls:MiButton
|
||||
StyleClass="btn-title"
|
||||
StyleClass="btn-title, btn-title-platform"
|
||||
Text=""
|
||||
VerticalOptions="CenterAndExpand"
|
||||
Clicked="BackButton_Clicked" />
|
||||
|
@ -19,6 +19,17 @@
|
||||
Value="25" />
|
||||
</Style>
|
||||
|
||||
<!-- Title -->
|
||||
|
||||
<Style TargetType="Button"
|
||||
Class="btn-title-platform"
|
||||
ApplyToDerivedTypes="True">
|
||||
<Setter Property="WidthRequest"
|
||||
Value="28" />
|
||||
<Setter Property="FontSize"
|
||||
Value="24" />
|
||||
</Style>
|
||||
|
||||
<!-- List -->
|
||||
|
||||
<Style TargetType="ListView"
|
||||
|
@ -77,10 +77,6 @@
|
||||
Value="Transparent" />
|
||||
<Setter Property="Padding"
|
||||
Value="0" />
|
||||
<Setter Property="WidthRequest"
|
||||
Value="37" />
|
||||
<Setter Property="FontSize"
|
||||
Value="25" />
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource TitleTextColor}" />
|
||||
</Style>
|
||||
|
Loading…
Reference in New Issue
Block a user