Shared: Fix info panel border color in dark theme

This commit is contained in:
Aleksandr Lushkin 2024-03-05 12:22:03 +01:00
parent bcf3b66856
commit 58dc881e80

View File

@ -2019,7 +2019,7 @@ const Dark: TTheme = {
backgroundColor: black,
blurColor: "rgba(20, 20, 20, 0.8)",
borderColor: "#292929",
borderColor: "#474747",
thumbnailBorderColor: grayLightMid,
textColor: white,