Skip to content

Commit c95b42d

Browse files
Tom BrewerTom Brewer
authored andcommitted
fix: stealth theme name
1 parent 4b0091a commit c95b42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Apollo.Components/Theme/StealthTheme.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace Apollo.Components.Theme;
77
/// </summary>
88
public class StealthTheme : EditorThemeDefinition
99
{
10-
public override string Name => "Dark";
10+
public override string Name => "Stealth";
1111

1212
public override bool HideAppIcon => true;
1313

0 commit comments

Comments
 (0)