@wishket/design-system 1.13.2 → 1.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -103,9 +103,9 @@ const ButtonContainer = (_param)=>{
|
|
|
103
103
|
"onClick"
|
|
104
104
|
]);
|
|
105
105
|
const generateSize = ()=>{
|
|
106
|
-
if (size === 'sm') return 'h-[36px]
|
|
107
|
-
if (size === 'lg') return 'h-[60px]
|
|
108
|
-
return 'h-[50px]
|
|
106
|
+
if (size === 'sm') return 'h-[36px] typo-body2 gap-x-1';
|
|
107
|
+
if (size === 'lg') return 'h-[60px] typo-subTitle1 gap-x-2';
|
|
108
|
+
return 'h-[50px] typo-body1 gap-x-1.5';
|
|
109
109
|
};
|
|
110
110
|
const generatePadding = ()=>{
|
|
111
111
|
const isSolid = variant === 'solid';
|
|
@@ -105,9 +105,9 @@ const ButtonContainer = (_param)=>{
|
|
|
105
105
|
"onClick"
|
|
106
106
|
]);
|
|
107
107
|
const generateSize = ()=>{
|
|
108
|
-
if (size === 'sm') return 'h-[36px]
|
|
109
|
-
if (size === 'lg') return 'h-[60px]
|
|
110
|
-
return 'h-[50px]
|
|
108
|
+
if (size === 'sm') return 'h-[36px] typo-body2 gap-x-1';
|
|
109
|
+
if (size === 'lg') return 'h-[60px] typo-subTitle1 gap-x-2';
|
|
110
|
+
return 'h-[50px] typo-body1 gap-x-1.5';
|
|
111
111
|
};
|
|
112
112
|
const generatePadding = ()=>{
|
|
113
113
|
const isSolid = variant === 'solid';
|