feat: bill picker available on cashout and commission screens
This commit is contained in:
parent
c2e8ed612b
commit
3572d27551
10 changed files with 86 additions and 44 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue