feat(conference): fixed padding

This commit is contained in:
Calin-Teodor 2022-11-24 18:44:56 +02:00 committed by Calinteodor
parent ae424c95de
commit 6e36340a83
1 changed files with 3 additions and 3 deletions

View File

@ -131,16 +131,16 @@ export default {
roomTimer: {
...BaseTheme.typography.bodyShortBold,
color: BaseTheme.palette.text01,
paddingHorizontal: 8,
paddingVertical: 6,
textAlign: 'center'
},
roomTimerView: {
backgroundColor: BaseTheme.palette.ui03,
borderRadius: BaseTheme.shape.borderRadius,
height: 32,
justifyContent: 'center',
minHeight: 32,
paddingHorizontal: BaseTheme.spacing[2],
paddingVertical: BaseTheme.spacing[1],
minWidth: 50
},