fix time margin horizontal

This commit is contained in:
Reinaldo Neto 2023-08-11 13:13:43 -03:00
parent 9066432ca2
commit defd97c3ce
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@ const styles = StyleSheet.create({
width: '100%' width: '100%'
}, },
duration: { duration: {
width: 40,
marginHorizontal: 12, marginHorizontal: 12,
fontVariant: ['tabular-nums'],
fontSize: 14, fontSize: 14,
...sharedStyles.textRegular ...sharedStyles.textRegular
}, },