Update var typings in places, Update UI Colors.

This commit is contained in:
2025-08-29 16:49:41 +01:00
parent 243b0b8300
commit 9b0134aa7d
4 changed files with 6 additions and 6 deletions

View File

@@ -133,7 +133,7 @@ public class Pair : DisposableMediatorSubscriberBase
{
Name = name,
OnClicked = action,
PrefixColor = 529,
PrefixColor = 555,
PrefixChar = 'C'
});
}