Web: Components: fixed heading styles for dark theme

This commit is contained in:
Nikita Gopienko 2022-04-11 13:15:36 +03:00
parent 1922fe67d4
commit 361e22f5af

View File

@ -1950,7 +1950,7 @@ const Dark = {
header: { header: {
backgroundColor: black, backgroundColor: black,
background: `linear-gradient(180deg,#333333 2.81%,rgba(51, 51, 51, 0.91) 63.03%,rgba(255, 255, 255, 0) 100%)`, background: `linear-gradient(180deg, #333333 2.81%, rgba(51, 51, 51, 0.9) 63.03%, rgba(51, 51, 51, 0) 100%);`,
}, },
}, },