Web: Components: Themes: add recoveryColor

This commit is contained in:
Viktor Fomin 2022-04-12 14:20:31 +03:00
parent ea6f80987f
commit daca10d9d6
2 changed files with 2 additions and 2 deletions

View File

@ -1923,7 +1923,7 @@ const Base = {
header: {
backgroundColor: "#0F4071",
recoveryColor: "#27537F",
linkColor: "#7a95b0",
productColor: white,
},

View File

@ -1924,7 +1924,7 @@ const Dark = {
header: {
backgroundColor: "#1f1f1f ",
recoveryColor: "#4C4C4C",
linkColor: "#606060",
productColor: "#eeeeee",
},