Skip to content

Commit d88a599

Browse files
committed
Do not expose modal styles
1 parent 05f94f8 commit d88a599

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

packages/core/src/js/feedback/FeedbackForm.styles.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,24 +77,6 @@ const defaultStyles: FeedbackFormStyles = {
7777
width: 40,
7878
height: 40,
7979
},
80-
modalBackground: {
81-
flex: 1,
82-
justifyContent: 'flex-end',
83-
backgroundColor: 'rgba(0, 0, 0, 0.9)',
84-
},
85-
modalSheetContainer: {
86-
backgroundColor: BACKROUND_COLOR,
87-
borderTopLeftRadius: 16,
88-
borderTopRightRadius: 16,
89-
overflow: 'hidden',
90-
alignSelf: 'stretch',
91-
height: '92%',
92-
shadowColor: '#000',
93-
shadowOffset: { width: 0, height: -3 },
94-
shadowOpacity: 0.1,
95-
shadowRadius: 4,
96-
elevation: 5,
97-
},
9880
};
9981

10082
export default defaultStyles;

packages/core/src/js/feedback/FeedbackForm.types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ export interface FeedbackFormStyles {
204204
screenshotText?: TextStyle;
205205
titleContainer?: ViewStyle;
206206
sentryLogo?: ImageStyle;
207-
modalBackground?: ViewStyle;
208-
modalSheetContainer?: ViewStyle;
209207
}
210208

211209
/**

0 commit comments

Comments
 (0)