Spaces:
Paused
Paused
danicafisher
commited on
Commit
•
7aba025
1
Parent(s):
09922cb
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +3 -3
.chainlit/config.toml
CHANGED
@@ -61,12 +61,12 @@ hide_cot = false
|
|
61 |
|
62 |
# Override default MUI light theme. (Check theme.ts)
|
63 |
[UI.theme.light]
|
64 |
-
background = "#
|
65 |
paper = "#FFFFFF"
|
66 |
|
67 |
[UI.theme.light.primary]
|
68 |
-
main = "#
|
69 |
-
dark = "#
|
70 |
light = "#FFE7EB"
|
71 |
|
72 |
# Override default MUI dark theme. (Check theme.ts)
|
|
|
61 |
|
62 |
# Override default MUI light theme. (Check theme.ts)
|
63 |
[UI.theme.light]
|
64 |
+
background = "#279af1"
|
65 |
paper = "#FFFFFF"
|
66 |
|
67 |
[UI.theme.light.primary]
|
68 |
+
main = "#279af1"
|
69 |
+
dark = "#5461cb"
|
70 |
light = "#FFE7EB"
|
71 |
|
72 |
# Override default MUI dark theme. (Check theme.ts)
|