Fix horizontal padding of tab within profile header (#3924)

Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
Minseo Lee
2024-06-07 13:41:03 +09:00
committed by GitHub
parent bd1e6fced9
commit 2540616f43
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ const mobileStyles = StyleSheet.create({
},
contentContainer: {
backgroundColor: 'transparent',
paddingHorizontal: 8,
paddingHorizontal: 6,
},
item: {
paddingTop: 10,