Skip to content

Commit

Permalink
Fix bad git changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stitesExpensify committed Mar 9, 2023
1 parent 920f9b9 commit 7ea32c7
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,33 +165,6 @@ const styles = {
flexBasis: '48%',
},

emojiSuggestionsContainer: {
backgroundColor: themeColors.appBG,
borderRadius: 8,
borderWidth: 1,
borderColor: themeColors.border,
justifyContent: 'center',
boxShadow: variables.popoverMenuShadow,
position: 'absolute',
left: 0,
right: 0,
},
emojiSuggestionContainer: {
flexDirection: 'row',
alignItems: 'center',
},

emojiSuggestionsEmoji: {
fontFamily: fontFamily.EMOJI_TEXT_FONT,
fontSize: variables.fontSizeMedium,
width: 51,
textAlign: 'center',
},
emojiSuggestionsText: {
fontFamily: fontFamily.EMOJI_TEXT_FONT,
fontSize: variables.fontSizeMedium,
},

unitCol: {
margin: 0,
padding: 0,
Expand Down Expand Up @@ -1408,6 +1381,7 @@ const styles = {

chatItemFullComposeBox: {
...flex.flex1,
...spacing.mt4,
...sizing.h100,
},

Expand All @@ -1420,6 +1394,8 @@ const styles = {

chatFooterFullCompose: {
flex: 1,
flexShrink: 1,
flexBasis: '100%',
},

// Be extremely careful when editing the compose styles, as it is easy to introduce regressions.
Expand Down

0 comments on commit 7ea32c7

Please sign in to comment.