@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.js
CHANGED
|
@@ -642,8 +642,8 @@ var DEFAULT_WIDGET_STYLES = {
|
|
|
642
642
|
border: "#d1d5db",
|
|
643
643
|
text: "#111827",
|
|
644
644
|
// Bot messages
|
|
645
|
-
botBubble: "#
|
|
646
|
-
botText: "#
|
|
645
|
+
botBubble: "#000000",
|
|
646
|
+
botText: "#ffffff",
|
|
647
647
|
// User messages
|
|
648
648
|
userBubble: "#ffffff",
|
|
649
649
|
userText: "#000000",
|