diff --git a/Loop/Preview Window/LuminarePreviewView.swift b/Loop/Preview Window/LuminarePreviewView.swift index 254ca673..4640cff1 100644 --- a/Loop/Preview Window/LuminarePreviewView.swift +++ b/Loop/Preview Window/LuminarePreviewView.swift @@ -94,6 +94,7 @@ struct LuminarePreviewView: View { isActive = active } } + .clipShape(UnevenRoundedRectangle(bottomTrailingRadius: 10, topTrailingRadius: 10)) } func recomputeColors() {