Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Changed emoji grid margin (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
spietras authored May 26, 2022
1 parent c5a9d1d commit 7475bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function Main({ route, navigation }: MainProps) {
<EmojiGrid
emojiIds={data.available.map((emoji) => emoji.id)}
onEmojiSelected={onEmojiSelected}
style={tw.style("my-4")}
style={tw.style("my-8")}
/>
</ReactNative.View>
</ReactNative.View>
Expand Down

0 comments on commit 7475bbf

Please sign in to comment.