llmasaservice-ui 0.3.6 → 0.3.7

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.css CHANGED
@@ -334,3 +334,9 @@
334
334
  border: 1px solid #ddd;
335
335
  padding: 8px;
336
336
  }
337
+ .side-panel-dark a {
338
+ color: #ddd;
339
+ }
340
+ .side-panel-dark a:hover {
341
+ color: #fff;
342
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llmasaservice-ui",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Prebuilt UI components for LLMAsAService.io",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/src/ChatPanel.css CHANGED
@@ -355,3 +355,11 @@
355
355
  border: 1px solid #ddd;
356
356
  padding: 8px;
357
357
  }
358
+
359
+ .side-panel-dark a {
360
+ color: #ddd;
361
+ }
362
+
363
+ .side-panel-dark a:hover {
364
+ color: #fff;
365
+ }