Skip to content

Commit

Permalink
fixed DefaultDark value
Browse files Browse the repository at this point in the history
  • Loading branch information
suxrobGM committed Aug 3, 2024
1 parent 5f38d16 commit 2bfa389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormBuilder/Themes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public static class Themes
{
public const string Default = "default";
public const string DefaultDark = "default";
public const string DefaultDark = "dark";
public const string Material = "material";
public const string MaterialDark = "material-dark";
public const string Standard = "standard";
Expand Down

0 comments on commit 2bfa389

Please sign in to comment.