tanya-chatbot 0.3.4 → 0.3.6

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.
@@ -246,7 +246,8 @@ const _r = ({
246
246
  className: "absolute z-50 left-0 text-[#000000] bg-[#ffffff] rounded-full p-2 flex items-center h-fit",
247
247
  style: {
248
248
  height: "30px",
249
- width: "30px"
249
+ width: "30px",
250
+ boxShadow: "0 4px 10px rgba(0, 0, 0, 0.25)"
250
251
  },
251
252
  children: "<"
252
253
  }
@@ -323,7 +324,8 @@ const _r = ({
323
324
  className: "absolute z-50 right-0 text-[#000000] bg-[#ffffff] rounded-full p-2 flex items-center h-fit",
324
325
  style: {
325
326
  height: "30px",
326
- width: "30px"
327
+ width: "30px",
328
+ boxShadow: "0 4px 10px rgba(0, 0, 0, 0.25)"
327
329
  },
328
330
  children: ">"
329
331
  }