using Xamarin.Forms; namespace Bit.App.Controls { public class EntryLabel : Label { public EntryLabel() { FontSize = 14; TextColor = Color.FromHex("777777"); } } }