Shared: Themes: use link

This commit is contained in:
Viktor Fomin 2024-06-07 13:18:06 +03:00
parent a74c5da59d
commit 8670377b77
2 changed files with 8 additions and 7 deletions

View File

@ -353,7 +353,7 @@ export const getBaseTheme = () => {
hoverBackground: white, hoverBackground: white,
hoverBorder: "1px solid #5299E0", hoverBorder: "1px solid #5299E0",
hoverConnectBackground: "#316DAA", hoverConnectBackground: link,
hoverConnectBorder: "none", hoverConnectBorder: "none",
activeBorder: "1px solid #D0D5DA", activeBorder: "1px solid #D0D5DA",
@ -2034,7 +2034,7 @@ export const getBaseTheme = () => {
boxShadow: "0px 8px 16px 0px #040F1B14", boxShadow: "0px 8px 16px 0px #040F1B14",
icon: { icon: {
fill: "#316DAA", fill: link,
stroke: lightGrayishStrongBlue, stroke: lightGrayishStrongBlue,
}, },
}, },
@ -2581,7 +2581,7 @@ export const getBaseTheme = () => {
dropzone: { dropzone: {
borderColor: grayLightMid, borderColor: grayLightMid,
linkMainColor: "#316daa", linkMainColor: link,
linkSecondaryColor: black, linkSecondaryColor: black,
exstsColor: gray, exstsColor: gray,
}, },
@ -3111,7 +3111,7 @@ export const getBaseTheme = () => {
storageSizeTitle: gray, storageSizeTitle: gray,
backgroundColor: grayLight, backgroundColor: grayLight,
linkColor: "#316DAA", linkColor: link,
tariffText: cyanBlueDarkShade, tariffText: cyanBlueDarkShade,
border: "1px solid #f8f9f9", border: "1px solid #f8f9f9",
backgroundBenefitsColor: grayLight, backgroundBenefitsColor: grayLight,
@ -3208,8 +3208,8 @@ export const getBaseTheme = () => {
lineColor: grayLightMid, lineColor: grayLightMid,
backgroundColor: white, backgroundColor: white,
textColor: grayMain, textColor: grayMain,
activeTextColor: "#316DAA", activeTextColor: link,
bottomLineColor: "#316DAA", bottomLineColor: link,
}, },
hotkeys: { hotkeys: {

View File

@ -71,6 +71,7 @@ const {
outerSpace, outerSpace,
veryDarkGrey, veryDarkGrey,
grayBackgroundTextDark, grayBackgroundTextDark,
link,
} = globalColors; } = globalColors;
const Dark: TTheme = { const Dark: TTheme = {
@ -3092,7 +3093,7 @@ const Dark: TTheme = {
storageSizeTitle: gray, storageSizeTitle: gray,
backgroundColor: charlestonGreen, backgroundColor: charlestonGreen,
linkColor: "#316DAA", linkColor: link,
tariffText: grayDark, tariffText: grayDark,
border: "1px solid #474747", border: "1px solid #474747",
backgroundBenefitsColor: "#3333", backgroundBenefitsColor: "#3333",