@linktr.ee/messaging-react 1.33.1 → 1.33.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linktr.ee/messaging-react",
3
- "version": "1.33.1",
3
+ "version": "1.33.2",
4
4
  "description": "React messaging components built on messaging-core for web applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/styles.css CHANGED
@@ -128,6 +128,10 @@
128
128
  color: #fff;
129
129
  }
130
130
 
131
+ .str-chat__channel-list-react .str-chat__channel-list-messenger-react {
132
+ padding: 0;
133
+ }
134
+
131
135
  /* Custom message tag styles */
132
136
  .message-tag {
133
137
  display: inline-flex;