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", textColor: "#A3A9AE",
color: "#CDCFD1", color: "#CDCFD1",
winHoverColor: "#3785D3", winHoverColor: "#3785D3",
macHoverColor: "#000", macHoverColor: darkBlack,
linuxHoverColor: "#FFB800", linuxHoverColor: "#FFB800",
androidHoverColor: "#9BD71C", androidHoverColor: "#9BD71C",
iosHoverColor: "#000", iosHoverColor: darkBlack,
}, },
thirdPartyList: { thirdPartyList: {
color: "#818b91", color: "#818b91",

View File

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