@flexem/chat-box 1.0.4 → 1.0.5

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.
@@ -432,7 +432,7 @@
432
432
  }
433
433
 
434
434
  .message-time {
435
- font-size: 22rpx;
435
+ font-size: 22rpx !important;
436
436
  color: #999;
437
437
  }
438
438
 
@@ -470,7 +470,7 @@
470
470
  min-height: 40rpx !important;
471
471
  max-width: 40rpx !important;
472
472
  max-height: 40rpx !important;
473
- padding: 8rpx;
473
+ padding: 8rpx !important;
474
474
  }
475
475
 
476
476
  .user-bubble .action-icon-img {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@flexem/chat-box",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "index.js"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flexem/chat-box",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "chat box",
5
5
  "main": "miniprogram_dist/index.js",
6
6
  "miniprogram": "miniprogram_dist",