mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
use bold colored headers
This commit is contained in:
@@ -73,9 +73,11 @@
|
||||
<Style TargetType="Label"
|
||||
Class="box-header-platform">
|
||||
<Setter Property="TextColor"
|
||||
Value="{StaticResource MutedColor}" />
|
||||
Value="{StaticResource BoxHeaderTextColor}" />
|
||||
<Setter Property="FontSize"
|
||||
Value="Small" />
|
||||
<Setter Property="FontAttributes"
|
||||
Value="Bold" />
|
||||
</Style>
|
||||
<Style TargetType="Button"
|
||||
ApplyToDerivedTypes="True"
|
||||
|
||||
@@ -25,10 +25,12 @@ namespace Bit.App.Utilities
|
||||
public object ProvideValue(IServiceProvider serviceProvider)
|
||||
{
|
||||
var val = _i18nService.T(Id, P1, P2, P3);
|
||||
/*
|
||||
if(Header && Device.RuntimePlatform == Device.iOS)
|
||||
{
|
||||
return val.ToUpper();
|
||||
}
|
||||
*/
|
||||
return val;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user