Improve Stack and HStack components

This commit is contained in:
Justin
2022-07-01 16:07:16 -04:00
parent f148cda74a
commit 1309521b9c
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import React from 'react';
type SIZES = 0 | 0.5 | 1 | 1.5 | 2 | 3 | 4 | 5 | 10
const spaces = {
0: 'space-y-0',
'0.5': 'space-y-0.5',
1: 'space-y-1',
'1.5': 'space-y-1.5',