Web:Components:Themes: update dark-theme after merge branch 'develop' into feature/dark-theme

This commit is contained in:
Timofey Boyko 2021-12-30 00:29:53 +08:00
parent 441d8875ba
commit b78992e357
2 changed files with 9 additions and 5 deletions

View File

@ -1789,7 +1789,7 @@ const Base = {
filterInput: {
filterButton: {
stoke: "#eceef1",
stroke: "#eceef1",
fill: "#F8F9F9",
@ -2327,7 +2327,7 @@ const Base = {
},
integration: {
separatorBorder: "1px soled #eceef1",
separatorBorder: "1px solid #eceef1",
linkColor: "#316daa",
},
},

View File

@ -513,14 +513,18 @@ const Dark = {
content: {
backgroundColor: "#333333",
padding: "0 16px 16px",
modalBorderRadius: "6px",
modalPadding: "0 12px 12px",
asidePadding: "0 16px 16px",
heading: {
maxWidth: "500px",
margin: "0",
lineHeight: "56px",
fontWeight: "700",
modalLineHeight: "40px",
asideLineHeight: "56px",
asideFontSize: "21px",
modalFontSize: "18px",
},
},
@ -2325,7 +2329,7 @@ const Dark = {
},
integration: {
separatorBorder: "1px soled #474747",
separatorBorder: "1px solid #474747",
linkColor: "#316daa",
},
},