Components:Theme: add separatorColor

This commit is contained in:
Timofey Boyko 2023-10-27 11:35:50 +03:00
parent b5c55da859
commit 51cc80ecfa
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ const Base = {
fontFamily: "Open Sans, sans-serif, Arial",
fontSize: "13px",
interfaceDirection: "ltr",
separatorColor: "#eceef1",
text: {
color: black,

View File

@ -58,6 +58,7 @@ const Dark = {
fontFamily: "Open Sans, sans-serif, Arial",
fontSize: "13px",
interfaceDirection: "ltr",
separatorColor: "#474747",
text: {
color: grayMaxLight,