Update config.toml
Browse files- config.toml +5 -5
config.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
[client]
|
| 2 |
-
showErrorDetails = "none"
|
| 3 |
-
|
| 4 |
[theme]
|
| 5 |
-
primaryColor
|
| 6 |
-
backgroundColor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[theme]
|
| 2 |
+
primaryColor="#FF4B4B"
|
| 3 |
+
backgroundColor="#FFFFFF"
|
| 4 |
+
secondaryBackgroundColor="#F0F2F6"
|
| 5 |
+
textColor="#31333F"
|
| 6 |
+
font="sans serif"
|