mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 18:21:28 -07:00
11 lines
173 B
C#
11 lines
173 B
C#
namespace Bloxstrap.Enums
|
|
{
|
|
public enum Theme
|
|
{
|
|
[EnumName(FromTranslation = "Common.SystemDefault")]
|
|
Default,
|
|
Light,
|
|
Dark
|
|
}
|
|
}
|