diff --git a/Luski/Globals.cs b/Luski/Globals.cs index 0e2c15f..56e40db 100644 --- a/Luski/Globals.cs +++ b/Luski/Globals.cs @@ -388,6 +388,8 @@ public static class Globals r.Size = Size; r.Shader = Rectangle.DefaultAlphaShader[ms.Context]; Color c = await User.GetColor(); + Color? cc = await Profile.GetColor(); + if (cc is not null) c = cc.Value; r.BackgroundColor = new(25, 25, 25, 255); Label l = new(DefaultFont) {