pinokiod 3.253.0 → 3.254.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/server/index.js +1 -1
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -3152,7 +3152,7 @@ class Server {
|
|
|
3152
3152
|
//color: "white",
|
|
3153
3153
|
color: "#F4F4F4",
|
|
3154
3154
|
// color: "#F5F4FA",
|
|
3155
|
-
symbolColor: "
|
|
3155
|
+
symbolColor: "#000000",
|
|
3156
3156
|
}
|
|
3157
3157
|
}
|
|
3158
3158
|
//this.logo = (this.theme === 'dark' ? "<img class='icon' src='/pinokio-white.png'>" : "<img class='icon' src='/pinokio-black.png'>")
|