convert base login component and ChooseAccountForm
This commit is contained in:
parent
44b3a37f65
commit
f5b39f2755
6 changed files with 363 additions and 330 deletions
|
@ -154,6 +154,12 @@ export const atoms = {
|
|||
align_end: {
|
||||
alignItems: 'flex-end',
|
||||
},
|
||||
align_baseline: {
|
||||
alignItems: 'baseline',
|
||||
},
|
||||
align_stretch: {
|
||||
alignItems: 'stretch',
|
||||
},
|
||||
self_auto: {
|
||||
alignSelf: 'auto',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue