@informedai/react 0.4.4 → 0.4.5
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
|
@@ -1002,7 +1002,9 @@ function AssistantWidget({ className, theme, position = "inline", defaultCollaps
|
|
|
1002
1002
|
borderRadius: "8px",
|
|
1003
1003
|
fontSize: "14px",
|
|
1004
1004
|
outline: "none",
|
|
1005
|
-
fontFamily: "inherit"
|
|
1005
|
+
fontFamily: "inherit",
|
|
1006
|
+
backgroundColor: "#ffffff",
|
|
1007
|
+
color: "#1c1917"
|
|
1006
1008
|
}
|
|
1007
1009
|
}
|
|
1008
1010
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -972,7 +972,9 @@ function AssistantWidget({ className, theme, position = "inline", defaultCollaps
|
|
|
972
972
|
borderRadius: "8px",
|
|
973
973
|
fontSize: "14px",
|
|
974
974
|
outline: "none",
|
|
975
|
-
fontFamily: "inherit"
|
|
975
|
+
fontFamily: "inherit",
|
|
976
|
+
backgroundColor: "#ffffff",
|
|
977
|
+
color: "#1c1917"
|
|
976
978
|
}
|
|
977
979
|
}
|
|
978
980
|
),
|