diff --git a/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs b/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs index 471422eb8..e568ff972 100644 --- a/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs +++ b/Dalamud/Interface/Internal/Windows/TitleScreenMenuWindow.cs @@ -454,7 +454,7 @@ internal class TitleScreenMenuWindow : Window, IDisposable var titleVersionText = new SeStringBuilder() .AddText(addon->AtkValues[1].GetValueAsString()) .AddText("\n\n") - .AddUiGlow(10) + .AddUiGlow(701) .AddUiForeground(SeIconChar.BoxedLetterD.ToIconString(), 539) .AddUiGlowOff() .AddText($" Dalamud: {Util.GetScmVersion()}")