Skip to content

Commit

Permalink
Use FlairUp 0.0.12 in EmojiList
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jan 5, 2024
1 parent 4217c63 commit e1b91e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"typescript": "^4.7.4"
},
"dependencies": {
"flairup": "0.0.7"
"flairup": "0.0.12"
}
}
2 changes: 1 addition & 1 deletion src/components/body/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function Body() {
const styles = stylesheet.create({
body: {
'.': ClassNames.scrollBody,
flex: 1,
flex: '1',
overflowY: 'scroll',
overflowX: 'hidden',
position: 'relative'
Expand Down
4 changes: 2 additions & 2 deletions src/components/body/EmojiList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const styles = stylesheet.create({
emojiList: {
'.': ClassNames.emojiList,
listStyle: 'none',
margin: 0,
padding: 0
margin: '0',
padding: '0'
}
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6855,10 +6855,10 @@ find-up@^5.0.0:
locate-path "^6.0.0"
path-exists "^4.0.0"

[email protected].7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.7.tgz#b9d36ca99c408048268be53b9048fc324a469879"
integrity sha512-je8vHVwuPWWGyL70McoeMzYK/KCtaFKEF7idTA9RtqwYjK+v1uhz4taIDqjDv19RJ48bPpk1J40bBFRKdS8yeg==
[email protected].12:
version "0.0.12"
resolved "https://registry.yarnpkg.com/flairup/-/flairup-0.0.12.tgz#e21c83dbe48cca02d0904c4387ccbd31ef248ac5"
integrity sha512-4u94jPcBLml3d58QLkoLiNqn6O016OQxHxx5ON4IU0eC+A3/QSlAxrw3EB/6FshWzxITNQ5Lrs8j619b/W1eRg==

flat-cache@^2.0.1:
version "2.0.1"
Expand Down

0 comments on commit e1b91e0

Please sign in to comment.