@agent-link/server 0.1.80 → 0.1.82
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/package.json +1 -1
- package/web/style.css +4 -4
package/package.json
CHANGED
package/web/style.css
CHANGED
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
|
|
36
36
|
/* ── Light theme ── */
|
|
37
37
|
[data-theme="light"] {
|
|
38
|
-
--bg-primary: #
|
|
39
|
-
--bg-secondary: #
|
|
40
|
-
--bg-tertiary: #
|
|
38
|
+
--bg-primary: #fefcf8;
|
|
39
|
+
--bg-secondary: #f5f3ef;
|
|
40
|
+
--bg-tertiary: #e8e6e1;
|
|
41
41
|
--text-primary: #1a1a1a;
|
|
42
42
|
--text-secondary: #4b5563;
|
|
43
43
|
--accent: #2563eb;
|
|
@@ -1721,7 +1721,7 @@ body {
|
|
|
1721
1721
|
|
|
1722
1722
|
.folder-picker-dialog {
|
|
1723
1723
|
width: 440px;
|
|
1724
|
-
|
|
1724
|
+
height: 520px;
|
|
1725
1725
|
background: var(--bg-secondary);
|
|
1726
1726
|
border: 1px solid var(--border);
|
|
1727
1727
|
border-radius: 12px;
|