Add justify-between to Stack options
This commit is contained in:
parent
602eaf1ec1
commit
d8f698242a
|
@ -16,6 +16,7 @@ const spaces = {
|
||||||
};
|
};
|
||||||
|
|
||||||
const justifyContentOptions = {
|
const justifyContentOptions = {
|
||||||
|
between: 'justify-between',
|
||||||
center: 'justify-center',
|
center: 'justify-center',
|
||||||
end: 'justify-end',
|
end: 'justify-end',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue