Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
getusha committed Oct 19, 2023
1 parent 4d76788 commit 8c3e3bc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/components/EmojiPicker/EmojiPickerMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,11 @@ function EmojiPickerMenu(props) {
return (
<View
style={[
styles.emojiPickerContainer,
StyleUtils.getEmojiPickerStyle(isSmallScreenWidth),
styles.emojiPickerContainer,
StyleUtils.getEmojiPickerStyle(isSmallScreenWidth),
// Disable pointer events so that onHover doesn't get triggered when the items move while we're scrolling
arePointerEventsDisabled ? styles.pointerEventsNone : styles.pointerEventsAuto,
]}
]}
>
<View style={[styles.ph4, styles.pb3, styles.pt2]}>
<TextInput
Expand Down
2 changes: 1 addition & 1 deletion src/styles/pointerEventsBoxNone/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PointerEventsBoxNone from "./types";
import PointerEventsBoxNone from './types';

const pointerEventsNone: PointerEventsBoxNone = {
pointerEvents: 'box-none',
Expand Down
16 changes: 8 additions & 8 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,13 @@ const styles = (theme: ThemeDefault) =>
textDecorationLine: 'underline',
},

verticalAlignMiddle: {
verticalAlign: 'middle',
},
verticalAlignMiddle: {
verticalAlign: 'middle',
},

verticalAlignTop: {
verticalAlign: 'top',
},
verticalAlignTop: {
verticalAlign: 'top',
},

label: {
fontSize: variables.fontSizeLabel,
Expand Down Expand Up @@ -2142,7 +2142,7 @@ const styles = (theme: ThemeDefault) =>

pointerEventsAuto,

pointerEventsBoxNone,
pointerEventsBoxNone,

headerBar: {
overflow: 'hidden',
Expand Down Expand Up @@ -3435,7 +3435,7 @@ const styles = (theme: ThemeDefault) =>

linkPreviewImage: {
flex: 1,
borderRadius: 8,
borderRadius: 8,
marginTop: 8,
},

Expand Down

0 comments on commit 8c3e3bc

Please sign in to comment.