mirror of
https://github.com/bitwarden/mobile
synced 2026-01-16 23:43:21 +00:00
14 lines
254 B
C#
14 lines
254 B
C#
using Microsoft.Maui.Controls;
|
|
using Microsoft.Maui;
|
|
|
|
namespace Bit.App.Styles
|
|
{
|
|
public partial class Black : ResourceDictionary, IThemeResourceDictionary
|
|
{
|
|
public Black()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|