@sparkvault/sdk 1.11.2 → 1.11.3

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.
@@ -1686,6 +1686,7 @@ function getStyles(options) {
1686
1686
  padding: 14px 20px;
1687
1687
  border-bottom: 1px solid ${tokens.border};
1688
1688
  background: ${tokens.bg};
1689
+ border-radius: 16px 16px 0 0;
1689
1690
  flex-shrink: 0;
1690
1691
  }
1691
1692