Web: Components: Themes: add icon fill

This commit is contained in:
Viktor Fomin 2022-04-05 13:28:44 +03:00
parent c7edba4cad
commit b1dc7087c2
2 changed files with 2 additions and 0 deletions

View File

@ -2551,6 +2551,7 @@ const Base = {
},
settings: {
iconFill: black,
article: {
titleColor: grayMain,
fillIcon: "dimgray",

View File

@ -2563,6 +2563,7 @@ const Dark = {
},
settings: {
iconFill: white,
article: {
titleColor: "#c4c4c4",
fillIcon: "#c4c4c4",