Skip to content

Commit

Permalink
Fixed the Build for Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Jan 15, 2022
1 parent c42e7aa commit 52543fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/Comet.Samples/Views/ViewLayoutTestCase.cs
Expand Up @@ -57,7 +57,7 @@ public class ViewLayoutTestCase : View
.FontSize(14),
}
.Padding(new Thickness(16, 0, 0, 16))
}.ClipShape(new Squircle(5)).Frame(height: 250, width: 200))
}.ClipShape(new RoundedRectangle(36)).Frame(height: 250, width: 200))
}
}
},
Expand Down

0 comments on commit 52543fa

Please sign in to comment.