This commit is contained in:
JacobTech 2024-05-27 20:17:36 -04:00
parent 42b612bbc2
commit d77f7dbf35
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{