@harnessio/ui 0.0.209 → 0.0.210

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.
@@ -1746,6 +1746,7 @@ const ne = {
1746
1746
  "&.cn-message-bubble-user": {
1747
1747
  alignSelf: "flex-end",
1748
1748
  ".cn-message-bubble-content": {
1749
+ padding: "var(--cn-spacing-3)",
1749
1750
  background: "var(--cn-comp-ai-chat-bubble)"
1750
1751
  }
1751
1752
  },
@@ -1753,7 +1754,6 @@ const ne = {
1753
1754
  alignSelf: "flex-start"
1754
1755
  },
1755
1756
  ".cn-message-bubble-content": {
1756
- padding: "var(--cn-spacing-3)",
1757
1757
  borderRadius: "var(--cn-rounded-4)"
1758
1758
  }
1759
1759
  }