1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Local translation works

This commit is contained in:
Zhiyuan Zheng
2021-05-19 23:28:01 +02:00
parent 67d3589f30
commit 0517d2fae2
15 changed files with 159 additions and 42 deletions

View File

@ -162,12 +162,12 @@ const MenuRow: React.FC<Props> = ({
const styles = StyleSheet.create({
base: {
minHeight: 46,
paddingVertical: StyleConstants.Spacing.S
minHeight: 50
},
core: {
flex: 1,
flexDirection: 'row'
flexDirection: 'row',
paddingVertical: StyleConstants.Spacing.S
},
front: {
flex: 2,