mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 02:53:56 +00:00
Move to named sizes
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Bit.App.Controls
|
||||
Label = new Label
|
||||
{
|
||||
Text = labelText,
|
||||
FontSize = 14,
|
||||
FontSize = Device.GetNamedSize(NamedSize.Small, typeof(Label)),
|
||||
Style = (Style)Application.Current.Resources["text-muted"],
|
||||
VerticalOptions = LayoutOptions.Start
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user