Skip to content

Commit 05f94f8

Browse files
committed
Remove extra modal border
1 parent 9ecd8a2 commit 05f94f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const defaultStyles: FeedbackFormStyles = {
8686
backgroundColor: BACKROUND_COLOR,
8787
borderTopLeftRadius: 16,
8888
borderTopRightRadius: 16,
89-
padding: 16,
89+
overflow: 'hidden',
9090
alignSelf: 'stretch',
9191
height: '92%',
9292
shadowColor: '#000',

0 commit comments

Comments
 (0)