@perspective-ai/sdk 1.6.0 → 1.6.1

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 CHANGED
@@ -56,7 +56,7 @@ if (hasDom()) {
56
56
  }
57
57
 
58
58
  // src/constants.ts
59
- var SDK_VERSION = "1.6.0";
59
+ var SDK_VERSION = "1.6.1";
60
60
  var FEATURES = {
61
61
  RESIZE: 1 << 0,
62
62
  // 0b0001
@@ -1028,6 +1028,7 @@ function injectStyles() {
1028
1028
  right: 20px;
1029
1029
  width: 58px;
1030
1030
  height: 58px;
1031
+ padding: 0;
1031
1032
  border-radius: 50%;
1032
1033
  background: var(--perspective-float-bg, var(--perspective-chat-bg, #7629C8));
1033
1034
  color: white;