@informedai/react 0.4.17 → 0.4.18
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.js +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2263,7 +2263,9 @@ function WebsiteChatbot({ className, ...config }) {
|
|
|
2263
2263
|
border: "1px solid #d1d5db",
|
|
2264
2264
|
fontSize: "14px",
|
|
2265
2265
|
fontFamily: "var(--wc-font)",
|
|
2266
|
-
outline: "none"
|
|
2266
|
+
outline: "none",
|
|
2267
|
+
color: "#1f2937",
|
|
2268
|
+
backgroundColor: "#ffffff"
|
|
2267
2269
|
}
|
|
2268
2270
|
}
|
|
2269
2271
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -2231,7 +2231,9 @@ function WebsiteChatbot({ className, ...config }) {
|
|
|
2231
2231
|
border: "1px solid #d1d5db",
|
|
2232
2232
|
fontSize: "14px",
|
|
2233
2233
|
fontFamily: "var(--wc-font)",
|
|
2234
|
-
outline: "none"
|
|
2234
|
+
outline: "none",
|
|
2235
|
+
color: "#1f2937",
|
|
2236
|
+
backgroundColor: "#ffffff"
|
|
2235
2237
|
}
|
|
2236
2238
|
}
|
|
2237
2239
|
),
|