Spaces:
Paused
Paused
Update public/stylesheet.css
Browse files- public/stylesheet.css +4 -0
public/stylesheet.css
CHANGED
@@ -26,6 +26,10 @@ indigo: #5461cb
|
|
26 |
background-color: #279af1 !important
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
29 |
#new-chat-button {
|
30 |
background-color: #279af1 !important
|
31 |
}
|
|
|
26 |
background-color: #279af1 !important
|
27 |
}
|
28 |
|
29 |
+
.MuiButtonBase-root {
|
30 |
+
color: #ffffff !important
|
31 |
+
}
|
32 |
+
|
33 |
#new-chat-button {
|
34 |
background-color: #279af1 !important
|
35 |
}
|