Spaces:
Paused
Paused
danicafisher
commited on
Commit
•
cfb59bf
1
Parent(s):
b331ff6
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +10 -10
.chainlit/config.toml
CHANGED
@@ -61,23 +61,23 @@ hide_cot = false
|
|
61 |
|
62 |
# Override default MUI light theme. (Check theme.ts)
|
63 |
[UI.theme.light]
|
64 |
-
|
65 |
-
|
66 |
|
67 |
[UI.theme.light.primary]
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
|
72 |
# Override default MUI dark theme. (Check theme.ts)
|
73 |
[UI.theme.dark]
|
74 |
-
|
75 |
-
|
76 |
|
77 |
[UI.theme.dark.primary]
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
|
82 |
|
83 |
[meta]
|
|
|
61 |
|
62 |
# Override default MUI light theme. (Check theme.ts)
|
63 |
[UI.theme.light]
|
64 |
+
background = "#FAFAFA"
|
65 |
+
paper = "#FFFFFF"
|
66 |
|
67 |
[UI.theme.light.primary]
|
68 |
+
main = "#F80061"
|
69 |
+
dark = "#980039"
|
70 |
+
light = "#FFE7EB"
|
71 |
|
72 |
# Override default MUI dark theme. (Check theme.ts)
|
73 |
[UI.theme.dark]
|
74 |
+
background = "#FAFAFA"
|
75 |
+
paper = "#FFFFFF"
|
76 |
|
77 |
[UI.theme.dark.primary]
|
78 |
+
main = "#F80061"
|
79 |
+
dark = "#980039"
|
80 |
+
light = "#FFE7EB"
|
81 |
|
82 |
|
83 |
[meta]
|