mirror of
https://github.com/bitwarden/mobile
synced 2025-12-28 14:13:25 +00:00
13 lines
222 B
C#
13 lines
222 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Styles
|
|
{
|
|
public partial class Light : ResourceDictionary, IThemeResourceDictionary
|
|
{
|
|
public Light()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|