Add justify-between to Stack options

This commit is contained in:
Chewbacca 2023-05-30 09:02:22 -04:00
parent 602eaf1ec1
commit d8f698242a

View file

@ -16,6 +16,7 @@ const spaces = {
};
const justifyContentOptions = {
between: 'justify-between',
center: 'justify-center',
end: 'justify-end',
};