hds-web 1.6.5 → 1.6.7
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.
package/package.json
CHANGED
@@ -132,7 +132,7 @@ export default function V3Header(props) {
|
|
132
132
|
<Typography textStyle='body3c-medium' className=''>{`${item['title']}`}</Typography>
|
133
133
|
{open && (
|
134
134
|
<div className='absolute z-20 top-8'>
|
135
|
-
<Icon variant='triangle' height='h-4 w-4' strokeClass='stroke-neutral-1000' />
|
135
|
+
{/* <Icon variant='triangle' height='h-4 w-4' strokeClass='stroke-neutral-1000' /> */}
|
136
136
|
|
137
137
|
</div>
|
138
138
|
|
@@ -53,7 +53,7 @@ export default function PricingTableB(props) {
|
|
53
53
|
className="pl-[30px] border-80 "
|
54
54
|
>
|
55
55
|
<div className=' '>
|
56
|
-
<Typography className='pb-4 pt-12 text-neutral-700' textStyle='body1c'>{value[keyIndex]}
|
56
|
+
<Typography className='pb-4 pt-12 text-neutral-700' textStyle='body1c'>{value[keyIndex]}</Typography>
|
57
57
|
</div>
|
58
58
|
|
59
59
|
|