feat: add multi-cassette UI

This commit is contained in:
Sérgio Salgado 2021-10-15 17:40:47 +01:00
parent 8a4f768957
commit 7920e50fd1
41 changed files with 1431 additions and 62 deletions

View file

@ -15,7 +15,7 @@ export default {
paddingRight: 39
},
withSuffix: ({ textAlign }) => {
const justifyContent = textAlign === 'right' ? 'end' : textAlign
const justifyContent = textAlign === 'right' ? 'flex-end' : textAlign
return {
display: 'flex',
alignItems: 'baseline',