Files: Theme: value of fileExstColor have been replaced with globalColor const

This commit is contained in:
Alexey Safronov 2024-08-30 12:55:46 +04:00
parent c865cae5d9
commit 7e0cb53c69
2 changed files with 2 additions and 2 deletions

View File

@ -2044,7 +2044,7 @@ export const getBaseTheme = () => {
linkColor: black, linkColor: black,
textColor: gray, textColor: gray,
}, },
fileExstColor: "#a3a9ae", fileExstColor: gray,
row: { row: {
checkboxChecked: `linear-gradient(to right, ${lightGrayHover} 24px, ${grayLightMid} 24px)`, checkboxChecked: `linear-gradient(to right, ${lightGrayHover} 24px, ${grayLightMid} 24px)`,

View File

@ -2034,7 +2034,7 @@ const Dark: TTheme = {
linkColor: white, linkColor: white,
textColor: grayDark, textColor: grayDark,
}, },
fileExstColor: "#a3a9ae", fileExstColor: gray,
row: { row: {
checkboxChecked: `linear-gradient(to right, ${black} 24px, ${grayDarkStrong} 24px)`, checkboxChecked: `linear-gradient(to right, ${black} 24px, ${grayDarkStrong} 24px)`,