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 27c8ca0 commit 5789bb1Copy full SHA for 5789bb1
MAUI/AIAssistView/styles.md
@@ -1225,7 +1225,7 @@ public MainPage()
1225
ResourceDictionary dictionary = new ResourceDictionary();
1226
dictionary.Add("SfAIAssistViewTheme", "CustomTheme");
1227
dictionary.Add("SfAIAssistViewScrollToBottomButtonBackground", Colors.Orange);
1228
- dictionary.Add("SfAIAssistViewScrollToBottomButtonIconColor", Colors.White);\
+ dictionary.Add("SfAIAssistViewScrollToBottomButtonIconColor", Colors.White);
1229
this.Resources.Add(dictionary);
1230
}
1231
0 commit comments