Skip to content

Commit fbc28ed

Browse files
Committing property.
1 parent 000171e commit fbc28ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/src/Popup/Style/PopupStyle.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ void IThemeElement.OnCommonThemeChanged(string oldTheme, string newTheme)
11261126
/// Gets the icon color for close button.
11271127
/// </summary>
11281128
/// <returns> icon color for close button.</returns>
1129-
internal Color GetCloseIconColor() => CloseButtonIconStroke;
1129+
internal Color GetCloseIconColor() => CloseIconColor;
11301130

11311131
/// <summary>
11321132
/// Gets the icon stroke thickness for close button.

0 commit comments

Comments
 (0)