@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/browser.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var SDK_VERSION = "1.6.0";
2
+ var SDK_VERSION = "1.6.1";
3
3
  var FEATURES = {
4
4
  RESIZE: 1 << 0,
5
5
  // 0b0001
@@ -1146,6 +1146,7 @@ function injectStyles() {
1146
1146
  right: 20px;
1147
1147
  width: 58px;
1148
1148
  height: 58px;
1149
+ padding: 0;
1149
1150
  border-radius: 50%;
1150
1151
  background: var(--perspective-float-bg, var(--perspective-chat-bg, #7629C8));
1151
1152
  color: white;