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 d170e0d commit 035974fCopy full SHA for 035974f
Samples/iOS-ObjectiveC/iOS-ObjectiveC/AppDelegate.m
@@ -122,6 +122,7 @@ - (BOOL)application:(UIApplication *)application
122
uiForm.useSentryUser = YES;
123
};
124
config.configureTheme = ^(SentryUserFeedbackThemeConfiguration *_Nonnull theme) {
125
+ theme.fontFamily = @"ChalkboardSE-Regular";
126
theme.outlineStyle =
127
[[SentryFormElementOutlineStyle alloc] initWithColor:UIColor.purpleColor
128
cornerRadius:10
0 commit comments