Components: Themes: add colors

This commit is contained in:
Viktor Fomin 2022-12-06 18:41:54 +03:00
parent 89ef1ab18b
commit cb42aeef3c
2 changed files with 2 additions and 0 deletions

View File

@ -2891,6 +2891,7 @@ const Base = {
tooltipLinkColor: black,
arrowColor: black,
descriptionColor: cyanBlueDarkShade,
brandingDescriptionColor: "#657077",
whiteLabel: {
borderImg: "1px solid #d1d1d1",

View File

@ -2893,6 +2893,7 @@ const Dark = {
tooltipLinkColor: "#e06a1b",
arrowColor: white,
descriptionColor: "#858585",
brandingDescriptionColor: "#858585",
whiteLabel: {
borderImg: "1px solid #474747",