qt-ui-kit 1.0.40 → 1.0.41
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +0 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15888,7 +15888,7 @@ function EventCard({
|
|
|
15888
15888
|
"div",
|
|
15889
15889
|
{
|
|
15890
15890
|
className: clsx7(
|
|
15891
|
-
"flex flex-col rounded-2xl max-w-[765px] w-full
|
|
15891
|
+
"flex flex-col rounded-2xl max-w-[765px] w-full h-min border-qtneutral-500 border-[2px] gap-8",
|
|
15892
15892
|
eventType == "message" /* MESSAGE */ ? "bg-qtneutral-200" : "bg-white py-4 pl-4 pr-2"
|
|
15893
15893
|
),
|
|
15894
15894
|
children: [
|