General renderers/views

This commit is contained in:
2026-01-16 05:42:21 +00:00
parent bf2f380f56
commit 331d6839d9
3 changed files with 33 additions and 35 deletions

View File

@@ -574,7 +574,7 @@ public class LinuxViewRenderer
return new SkiaLabel
{
Text = $"[{view.GetType().Name}]",
TextColor = SKColors.Gray,
TextColor = Colors.Gray,
FontSize = 12
};
}