mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-54750] Theme color sidebarHeaderTextColor is used with different backgrounds (#26085)
Co-authored-by: Mattermost Build <build@mattermost.com>
This commit is contained in:
parent
daad3efd92
commit
5c63bb7e0f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user