We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3729a commit cb47e09Copy full SHA for cb47e09
2 files changed
NControl.Controls/NControl.Controls.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata minClientVersion="2.8.1">
4
<id>NControl.Controls</id>
5
- <version>0.9.4.0</version>
+ <version>0.9.4.1</version>
6
<authors>Christian Falch</authors>
7
<owners>Christian Falch</owners>
8
<licenseUrl>https://github.com/chrfalch/NControl.Controls/blob/master/LICENSE.md</licenseUrl>
NControl.Controls/NControl.Controls/CardPage.cs
@@ -94,7 +94,7 @@ public CardPage()
94
// Card
95
_contentView = new RoundCornerView {
96
BackgroundColor = Color.White,
97
- CornerRadius = 4,
+ CornerRadius = 2,
98
};
99
100
_layout.Children.Add(_overlay, () => _layout.Bounds);
0 commit comments