Spaces:
Paused
Paused
danicafisher
commited on
Commit
•
99817a2
1
Parent(s):
a5e5a6d
Update .chainlit/config.toml
Browse files- .chainlit/config.toml +3 -3
.chainlit/config.toml
CHANGED
@@ -61,13 +61,13 @@ custom_css = "/public/stylesheet.css"
|
|
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 = "#5461cb"
|
70 |
-
light = "#
|
71 |
|
72 |
# Override default MUI dark theme. (Check theme.ts)
|
73 |
[UI.theme.dark]
|
|
|
61 |
|
62 |
# Override default MUI light theme. (Check theme.ts)
|
63 |
[UI.theme.light]
|
64 |
+
background = "#74c6f7"
|
65 |
paper = "#FFFFFF"
|
66 |
|
67 |
[UI.theme.light.primary]
|
68 |
+
main = "#279af1"
|
69 |
dark = "#5461cb"
|
70 |
+
light = "#74c6f7"
|
71 |
|
72 |
# Override default MUI dark theme. (Check theme.ts)
|
73 |
[UI.theme.dark]
|