convert base login component and ChooseAccountForm

This commit is contained in:
Samuel Newman 2024-03-13 22:16:32 +00:00
parent 44b3a37f65
commit f5b39f2755
6 changed files with 363 additions and 330 deletions

View file

@ -154,6 +154,12 @@ export const atoms = {
align_end: {
alignItems: 'flex-end',
},
align_baseline: {
alignItems: 'baseline',
},
align_stretch: {
alignItems: 'stretch',
},
self_auto: {
alignSelf: 'auto',
},