Skip to content

Commit ab887f5

Browse files
author
SivakumarVairamuthu
committed
Updated the corner radius value
1 parent 0cbd58a commit ab887f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui-toolkit/TabView/CenterButton-Customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public MainPage()
7171
DisplayMode = CenterButtonDisplayMode.Image,
7272
ImageSize = 25,
7373
Background = Color.FromArgb("#6750A4");
74-
CornerRadius = new CornerRadius(10),
74+
CornerRadius = new CornerRadius(50),
7575
ImageSource = "home.png"
7676
};
7777

0 commit comments

Comments
 (0)