Add 0 to HStack spacing
This commit is contained in:
@ -18,6 +18,7 @@ const alignItemsOptions = {
|
||||
};
|
||||
|
||||
const spaces = {
|
||||
0: 'space-x-0',
|
||||
[0.5]: 'space-x-0.5',
|
||||
1: 'space-x-1',
|
||||
1.5: 'space-x-1.5',
|
||||
|
||||
Reference in New Issue
Block a user