mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
10 lines
163 B
C#
10 lines
163 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Bit.App.Utilities
|
|
{
|
|
public static class Colors
|
|
{
|
|
public static Color Primary = Color.FromHex("3c8dbc");
|
|
}
|
|
}
|