Client: Fixed text color.

This commit is contained in:
Tatiana Lopaeva 2024-08-19 15:41:31 +03:00
parent f56aa1bb57
commit 8545f83e21

View File

@ -204,7 +204,7 @@ const StyledRow = styled.div`
}
.combo-button-label {
color: ${(props) => props.theme.text.disableColor};
color: ${(props) => props.theme.accessRightSelect.descriptionColor};
}
.combo-buttons_expander-icon path {
fill: ${(props) => props.theme.text.disableColor};