File tree 3 files changed +12
-12
lines changed 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -469,11 +469,11 @@ function EmojiPickerMenu(props) {
469
469
return (
470
470
< View
471
471
style = { [
472
- styles . emojiPickerContainer ,
473
- StyleUtils . getEmojiPickerStyle ( isSmallScreenWidth ) ,
472
+ styles . emojiPickerContainer ,
473
+ StyleUtils . getEmojiPickerStyle ( isSmallScreenWidth ) ,
474
474
// Disable pointer events so that onHover doesn't get triggered when the items move while we're scrolling
475
475
arePointerEventsDisabled ? styles . pointerEventsNone : styles . pointerEventsAuto ,
476
- ] }
476
+ ] }
477
477
>
478
478
< View style = { [ styles . ph4 , styles . pb3 , styles . pt2 ] } >
479
479
< TextInput
Original file line number Diff line number Diff line change 1
- import PointerEventsBoxNone from " ./types" ;
1
+ import PointerEventsBoxNone from ' ./types' ;
2
2
3
3
const pointerEventsNone : PointerEventsBoxNone = {
4
4
pointerEvents : 'box-none' ,
Original file line number Diff line number Diff line change @@ -322,13 +322,13 @@ const styles = (theme: ThemeDefault) =>
322
322
textDecorationLine : 'underline' ,
323
323
} ,
324
324
325
- verticalAlignMiddle : {
326
- verticalAlign : 'middle' ,
327
- } ,
325
+ verticalAlignMiddle : {
326
+ verticalAlign : 'middle' ,
327
+ } ,
328
328
329
- verticalAlignTop : {
330
- verticalAlign : 'top' ,
331
- } ,
329
+ verticalAlignTop : {
330
+ verticalAlign : 'top' ,
331
+ } ,
332
332
333
333
label : {
334
334
fontSize : variables . fontSizeLabel ,
@@ -2142,7 +2142,7 @@ const styles = (theme: ThemeDefault) =>
2142
2142
2143
2143
pointerEventsAuto,
2144
2144
2145
- pointerEventsBoxNone,
2145
+ pointerEventsBoxNone,
2146
2146
2147
2147
headerBar : {
2148
2148
overflow : 'hidden' ,
@@ -3435,7 +3435,7 @@ const styles = (theme: ThemeDefault) =>
3435
3435
3436
3436
linkPreviewImage : {
3437
3437
flex : 1 ,
3438
- borderRadius : 8 ,
3438
+ borderRadius : 8 ,
3439
3439
marginTop : 8 ,
3440
3440
} ,
3441
3441
You can’t perform that action at this time.
0 commit comments