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,
textColor: gray,
},
fileExstColor: "#a3a9ae",
fileExstColor: gray,
row: {
checkboxChecked: `linear-gradient(to right, ${lightGrayHover} 24px, ${grayLightMid} 24px)`,

View File

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