funda-ui 4.6.358 → 4.6.377
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/Chatbox/index.css
CHANGED
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
display: inline;
|
|
373
373
|
}
|
|
374
374
|
.custom-chatbox-container .msgcontrol.focus {
|
|
375
|
-
border-color: var(--
|
|
375
|
+
border-color: var(--custom-chatbox-primary-color);
|
|
376
376
|
}
|
|
377
377
|
.custom-chatbox-container .msgcontrol .messageInput {
|
|
378
378
|
width: 100%;
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
display: inline;
|
|
373
373
|
}
|
|
374
374
|
.custom-chatbox-container .msgcontrol.focus {
|
|
375
|
-
border-color: var(--
|
|
375
|
+
border-color: var(--custom-chatbox-primary-color);
|
|
376
376
|
}
|
|
377
377
|
.custom-chatbox-container .msgcontrol .messageInput {
|
|
378
378
|
width: 100%;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "UIUX Lab",
|
|
3
3
|
"email": "uiuxlab@gmail.com",
|
|
4
4
|
"name": "funda-ui",
|
|
5
|
-
"version": "4.6.
|
|
5
|
+
"version": "4.6.377",
|
|
6
6
|
"description": "React components using pure Bootstrap 5+ which does not contain any external style and script libraries.",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|