Components: Themes: add devTools

This commit is contained in:
Viktor Fomin 2023-10-18 16:58:36 +03:00
parent 10e5c877c0
commit 4b1bbbd6db
2 changed files with 8 additions and 0 deletions

View File

@ -2072,6 +2072,10 @@ const Base = {
color: "#818b91",
linkColor: cyanBlueDarkShade,
},
devTools: {
border: "1px solid #DFE2E3",
color: "#A3A9AE",
},
},
peopleArticleBody: {

View File

@ -2070,6 +2070,10 @@ const Dark = {
color: "#818b91",
linkColor: "#DDDDDD",
},
devTools: {
border: "1px solid #474747",
color: "#858585",
},
},
peopleArticleBody: {