12345678910111213 |
- diff --git a/node_modules/react-native-emoji-selector/index.js b/node_modules/react-native-emoji-selector/index.js
- index 0737acd..7b52b80 100644
- --- a/node_modules/react-native-emoji-selector/index.js
- +++ b/node_modules/react-native-emoji-selector/index.js
- @@ -91,7 +91,7 @@ const TabBar = ({ theme, activeCategory, onPress, width }) => {
- style={{
- textAlign: "center",
- paddingBottom: 8,
- - fontSize: tabSize - 24
- + fontSize: tabSize - 16
- }}
- >
- {category.symbol}
|