Skip to content

Commit b8734a2

Browse files
committed
test(feedback): use correct property in objc sample app
1 parent b32a0e3 commit b8734a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Samples/iOS-ObjectiveC/iOS-ObjectiveC/AppDelegate.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ - (BOOL)application:(UIApplication *)application
122122
uiForm.useSentryUser = YES;
123123
};
124124
config.configureTheme = ^(SentryUserFeedbackThemeConfiguration *_Nonnull theme) {
125+
theme.fontFamily = @"ChalkboardSE-Regular";
125126
theme.outlineStyle =
126127
[[SentryFormElementOutlineStyle alloc] initWithColor:UIColor.purpleColor
127128
cornerRadius:10

0 commit comments

Comments
 (0)