Missing backgroundcolor
This commit is contained in:
@@ -101,7 +101,7 @@ public class StepperHandler : ViewHandler<IStepper, SkiaStepper>
|
||||
{
|
||||
if (stepper.Background is SolidPaint solidPaint && solidPaint.Color != null)
|
||||
{
|
||||
handler.PlatformView.BackgroundColor = solidPaint.Color.ToSKColor();
|
||||
handler.PlatformView.BackgroundColor = solidPaint.Color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user