mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-07 18:52:54 +00:00
update config
This commit is contained in:
parent
4e5181dd8a
commit
aa18623d7e
@ -86,6 +86,9 @@ limitations under the License. -->
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: "#eee",
|
color: "#eee",
|
||||||
},
|
},
|
||||||
|
pageTextStyle: {
|
||||||
|
color: "#eee",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
pageIconColor: "#666",
|
pageIconColor: "#666",
|
||||||
@ -96,6 +99,9 @@ limitations under the License. -->
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: "#333",
|
color: "#333",
|
||||||
},
|
},
|
||||||
|
pageTextStyle: {
|
||||||
|
color: "#333",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
return {
|
return {
|
||||||
color,
|
color,
|
||||||
|
@ -136,6 +136,9 @@ limitations under the License. -->
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: "#eee",
|
color: "#eee",
|
||||||
},
|
},
|
||||||
|
pageTextStyle: {
|
||||||
|
color: "#eee",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
pageIconColor: "#666",
|
pageIconColor: "#666",
|
||||||
@ -144,6 +147,9 @@ limitations under the License. -->
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
color: "#333",
|
color: "#333",
|
||||||
},
|
},
|
||||||
|
pageTextStyle: {
|
||||||
|
color: "#333",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
return {
|
return {
|
||||||
color,
|
color,
|
||||||
|
Loading…
Reference in New Issue
Block a user