mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 00:33:20 +00:00
PM-3349 PM-3350 MAUI Migration Initial
This commit is contained in:
14
src/Core/Controls/CustomLabel.cs
Normal file
14
src/Core/Controls/CustomLabel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Microsoft.Maui.Controls;
|
||||
using Microsoft.Maui;
|
||||
|
||||
namespace Bit.App.Controls
|
||||
{
|
||||
public class CustomLabel : Label
|
||||
{
|
||||
public CustomLabel()
|
||||
{
|
||||
}
|
||||
|
||||
public int? FontWeight { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user