[MM-54750] Theme color sidebarHeaderTextColor is used with different backgrounds (#26085)

Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
Abdesslam Haouioui 2024-02-05 19:40:19 +01:00 committed by GitHub
parent daad3efd92
commit 5c63bb7e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ const SidebarHeading = styled(Heading).attrs(() => ({
margin: 'none',
size: 200,
}))<SidebarHeaderProps>`
color: var(--sidebar-header-text-color);
color: var(--sidebar-text);
cursor: pointer;
display: flex;