Fix line break in New Post button (#657)

zio/stable
Michi Hoffmann 2023-05-17 01:38:06 +02:00 committed by GitHub
parent 5f66adc9a6
commit b7f081d6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center',
width: 138,
width: 140,
borderRadius: 24,
paddingVertical: 10,
paddingHorizontal: 16,