feat: bill picker available on cashout and commission screens

This commit is contained in:
Sérgio Salgado 2021-03-25 19:46:57 +00:00 committed by Josh Harvey
parent c2e8ed612b
commit 3572d27551
10 changed files with 86 additions and 44 deletions

View file

@ -18,12 +18,12 @@ export default {
const justifyContent = textAlign === 'right' ? 'end' : textAlign
return {
display: 'flex',
alignItems: 'baseline',
alignItems: 'center',
justifyContent
}
},
suffix: {
marginLeft: 7
margin: [[0, 0, 0, 7]]
},
size: ({ size }) => bySize(size),
bold