Skip to content

Commit d097190

Browse files
committed
refactor: simplify jsonEditor styles in Embedded component by removing unused properties
1 parent 05114b1 commit d097190

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

example/src/components/Embedded/Embedded.styles.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ const styles = StyleSheet.create({
3737
},
3838
jsonEditor: {
3939
...input,
40-
fontFamily: undefined,
4140
fontSize: 12,
4241
height: 220,
43-
marginBottom: 12,
44-
padding: 10,
4542
},
4643
modalButton,
4744
modalButtons: modalButtons,

0 commit comments

Comments
 (0)