Fix UI & BubbleType position

This commit is contained in:
2025-10-12 01:00:08 +02:00
parent b59a579f56
commit d4a46910f9
23 changed files with 323 additions and 163 deletions

View File

@@ -175,7 +175,7 @@ internal class EventViewerUI : WindowMediatorSubscriberBase
{
EventSeverity.Informational => new Vector4(),
EventSeverity.Warning => ImGuiColors.DalamudYellow,
EventSeverity.Error => ImGuiColors.DalamudRed,
EventSeverity.Error => UiSharedService.AccentColor,
_ => new Vector4()
};