Cosmetic "fix"

This commit is contained in:
Eauldane
2025-08-25 18:25:41 +01:00
parent 77d62b68b4
commit 8526f6c240

View File

@@ -86,8 +86,8 @@ public class Pair : DisposableMediatorSubscriberBase
{ {
Name = name, Name = name,
OnClicked = action, OnClicked = action,
PrefixColor = 559, PrefixColor = 304, //TODO: Figure out the colour table
PrefixChar = 'L' PrefixChar = 'S'
}); });
} }