Shared: Themes: use darkBlack

This commit is contained in:
Viktor Fomin 2024-06-07 13:01:24 +03:00
parent 3e67680933
commit f7cad32aea
2 changed files with 2 additions and 3 deletions

View File

@ -2160,10 +2160,10 @@ export const getBaseTheme = () => {
textColor: "#A3A9AE",
color: "#CDCFD1",
winHoverColor: "#3785D3",
macHoverColor: "#000",
macHoverColor: darkBlack,
linuxHoverColor: "#FFB800",
androidHoverColor: "#9BD71C",
iosHoverColor: "#000",
iosHoverColor: darkBlack,
},
thirdPartyList: {
color: "#818b91",

View File

@ -1361,7 +1361,6 @@ const Dark: TTheme = {
title: {
width: "85%",
// color: "#000",
},
},