mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Extended button and device specific monospace fonts
This commit is contained in:
@@ -13,8 +13,8 @@ namespace Bit.App.Controls
|
||||
{
|
||||
HorizontalTextAlignment = TextAlignment.Center,
|
||||
FontSize = 35,
|
||||
FontFamily = "Courier"
|
||||
};
|
||||
FontFamily = Device.OnPlatform(iOS: "Courier", Android: "monospace", WinPhone: "Courier")
|
||||
};
|
||||
|
||||
Entry = new ExtendedEntry
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user