@usecrow/ui 0.1.5 → 0.1.6
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -668,8 +668,8 @@ var DEFAULT_WIDGET_STYLES = {
|
|
|
668
668
|
border: "#d1d5db",
|
|
669
669
|
text: "#111827",
|
|
670
670
|
// Bot messages
|
|
671
|
-
botBubble: "#
|
|
672
|
-
botText: "#
|
|
671
|
+
botBubble: "#000000",
|
|
672
|
+
botText: "#ffffff",
|
|
673
673
|
// User messages
|
|
674
674
|
userBubble: "#ffffff",
|
|
675
675
|
userText: "#000000",
|