Skip to content

Commit c04e5f9

Browse files
committed
chore: update background darktheme according to langdb cloud
1 parent 78c7951 commit c04e5f9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dist/index.cjs.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.cjs.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32202,7 +32202,7 @@ const cL = ({ message: e, personaOptions: t, widgetProps: n }) => /* @__PURE__ *
3220232202
}))]);
3220332203
}, []), { getRootProps: S, isDragActive: _, open: w } = Zh({ onDrop: T, noClick: !0, noKeyboard: !0 });
3220432204
return /* @__PURE__ */ N.jsxs("div", { className: "langdb-chat mx-auto flex flex-1 flex-col lg:max-w-[40rem] xl:max-w-[48rem] w-full h-full", children: [
32205-
/* @__PURE__ */ N.jsxs("div", { ...S(), className: "langdb-message-section flex flex-col flex-1 justify-center overflow-y-auto p-4", children: [
32205+
/* @__PURE__ */ N.jsxs("div", { ...S(), className: "langdb-message-section flex flex-col flex-1 justify-center overflow-y-auto p-4 pb-0", children: [
3220632206
_ && /* @__PURE__ */ N.jsxs("div", { className: "absolute gap-20 flex-col inset-0 bg-black bg-opacity-50 flex justify-center items-center text-white text-xl z-50", children: [
3220732207
/* @__PURE__ */ N.jsx(bb, { className: "h-12 w-12" }),
3220832208
/* @__PURE__ */ N.jsxs("div", { className: "flex flex-col justify-center items-center", children: [

dist/index.es.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ChatComponent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const ChatComponent: React.FC<WidgetProps> = (props) => {
140140

141141
return (
142142
<div className="langdb-chat mx-auto flex flex-1 flex-col lg:max-w-[40rem] xl:max-w-[48rem] w-full h-full">
143-
<div {...getRootProps()} className="langdb-message-section flex flex-col flex-1 justify-center overflow-y-auto p-4">
143+
<div {...getRootProps()} className="langdb-message-section flex flex-col flex-1 justify-center overflow-y-auto p-4 pb-0">
144144
{isDragActive && (
145145
<div className="absolute gap-20 flex-col inset-0 bg-black bg-opacity-50 flex justify-center items-center text-white text-xl z-50">
146146
<PaperClipIcon className="h-12 w-12" />

src/components/FloatWidget.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
.floating-dark .langdb-floating-widget {
13-
--langdb-Widget--BackgroundColor: black;
13+
--langdb-Widget--BackgroundColor: rgb(23 23 23);
1414
--langdb-Widget--HeaderTextColor: 'slate-100';
1515

1616
}

src/components/Widget.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
--langdb-SubmitButton-Disabled--BorderColor: transparent;
5656
--langdb-SubmitButton-Disabled--TextColor: black;
5757

58-
--langdb-ChatRoom--BackgroundColor: black;
58+
--langdb-ChatRoom--BackgroundColor: rgb(23 23 23);
5959
}
6060

6161
.starter-button {

0 commit comments

Comments
 (0)