sprint-asia-custom-component 0.1.65 → 0.1.66
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/dist/index.css +1 -1
- package/dist/index.js +1014 -3624
- package/package.json +1 -1
- package/src/components/chip/index.js +1 -1
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ const Chip = ({
|
|
|
16
16
|
${type == "danger" && "text-danger800 border-danger800 bg-danger50"}
|
|
17
17
|
' rounded-full text-xs border-2 flex items-center px-3.5`}>
|
|
18
18
|
|
|
19
|
-
<div className='flex items-center'>
|
|
19
|
+
<div className='flex items-center justify-center'>
|
|
20
20
|
<p className='py-1 text-center'>{title}</p>
|
|
21
21
|
{
|
|
22
22
|
type == "dropdown" && <p className='text-md pl-2 cursor-pointer' onClick={onClick}>x</p>
|