Web: Components: add themes

This commit is contained in:
Viktor Fomin 2022-06-21 12:29:04 +03:00
parent cc61ac8d82
commit 35a7663598
2 changed files with 8 additions and 0 deletions

View File

@ -2664,6 +2664,10 @@ const Base = {
integration: {
separatorBorder: `1px solid ${grayLightMid}`,
linkColor: link,
sso: {
toggleContentBackground: grayLight,
},
},
backup: {

View File

@ -2674,6 +2674,10 @@ const Dark = {
integration: {
separatorBorder: "1px solid #474747",
linkColor: "#E06A1B",
sso: {
toggleContentBackground: "#474747",
},
},
backup: {