We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000171e commit fbc28edCopy full SHA for fbc28ed
maui/src/Popup/Style/PopupStyle.cs
@@ -1126,7 +1126,7 @@ void IThemeElement.OnCommonThemeChanged(string oldTheme, string newTheme)
1126
/// Gets the icon color for close button.
1127
/// </summary>
1128
/// <returns> icon color for close button.</returns>
1129
- internal Color GetCloseIconColor() => CloseButtonIconStroke;
+ internal Color GetCloseIconColor() => CloseIconColor;
1130
1131
/// <summary>
1132
/// Gets the icon stroke thickness for close button.
0 commit comments