@akinon/pz-basket-gift-pack 2.0.0-beta.5 → 2.0.0-beta.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/CHANGELOG.md +8 -0
- package/package.json +1 -1
- package/src/index.tsx +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
package/src/index.tsx
CHANGED
|
@@ -157,7 +157,7 @@ export const BasketGiftPack = ({
|
|
|
157
157
|
</div>
|
|
158
158
|
)}
|
|
159
159
|
<textarea
|
|
160
|
-
className="w-full border border-solid border-[#4a4f53] p-4 placeholder:text-[0.75rem] placeholder:text-[#c8c9c8] outline-
|
|
160
|
+
className="w-full border border-solid border-[#4a4f53] p-4 placeholder:text-[0.75rem] placeholder:text-[#c8c9c8] outline-hidden text-[0.75rem]"
|
|
161
161
|
rows={7}
|
|
162
162
|
name="message"
|
|
163
163
|
value={note !== defaultMessage ? note : ' '}
|