Colors
This commit is contained in:
parent
42b612bbc2
commit
d77f7dbf35
@ -388,6 +388,8 @@ public static class Globals
|
|||||||
r.Size = Size;
|
r.Size = Size;
|
||||||
r.Shader = Rectangle.DefaultAlphaShader[ms.Context];
|
r.Shader = Rectangle.DefaultAlphaShader[ms.Context];
|
||||||
Color c = await User.GetColor();
|
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);
|
r.BackgroundColor = new(25, 25, 25, 255);
|
||||||
Label l = new(DefaultFont)
|
Label l = new(DefaultFont)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user