diff --git a/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs b/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs
index 7fa7a5b4f..0f5effe11 100644
--- a/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs
+++ b/Dalamud/Interface/Internal/Windows/StyleEditor/StyleModel.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Numerics;
@@ -12,7 +12,7 @@ namespace Dalamud.Interface.Internal.Windows.StyleEditor
///
/// Class representing a serializable ImGui style.
///
- public class StyleModel
+ internal class StyleModel
{
///
/// Initializes a new instance of the class.