Missing backgroundcolor

This commit is contained in:
2026-01-17 03:10:29 +00:00
parent 5443c7c22a
commit aad915ad86
63 changed files with 177 additions and 143 deletions

View File

@@ -18,7 +18,7 @@ public class SkiaFrame : SkiaBorder
HasShadow = true;
CornerRadius = 4.0;
SetPadding(10.0);
BackgroundColor = SKColors.White;
BackgroundColor = Colors.White;
Stroke = Colors.Transparent;
StrokeThickness = 0.0;
}