Shared: Themes: fix after merge

This commit is contained in:
Viktor Fomin 2024-07-30 13:03:38 +03:00
parent 447003315c
commit 6a26128ee3
2 changed files with 18 additions and 18 deletions

View File

@ -1879,15 +1879,15 @@ export const getBaseTheme = () => {
},
history: {
subtitleColor: "#a3a9ae",
fileBlockBg: "#f8f9f9",
dateColor: "#A3A9AE",
fileExstColor: "#A3A9AE",
locationIconColor: "#A3A9AE",
folderLabelColor: "#A3A9AE",
renamedItemColor: "#A3A9AE",
oldRoleColor: "#657077",
messageColor: "#333333",
subtitleColor: gray,
fileBlockBg: grayLight,
dateColor: gray,
fileExstColor: gray,
locationIconColor: gray,
folderLabelColor: gray,
renamedItemColor: gray,
oldRoleColor: lightGrayDark,
messageColor: black,
},
details: {

View File

@ -1864,15 +1864,15 @@ const Dark: TTheme = {
},
history: {
subtitleColor: "#A3A9AE",
fileBlockBg: "#292929",
dateColor: "#A3A9AE",
fileExstColor: "#A3A9AE",
locationIconColor: "#A3A9AE",
folderLabelColor: "#A3A9AE",
renamedItemColor: "#A3A9AE",
oldRoleColor: "#A3A9AE",
messageColor: "#FFFFFF",
subtitleColor: gray,
fileBlockBg: darkGrayLight,
dateColor: gray,
fileExstColor: gray,
locationIconColor: gray,
folderLabelColor: gray,
renamedItemColor: gray,
oldRoleColor: gray,
messageColor: white,
},
details: {