Web: Components: ComboBox: fix arrow color

This commit is contained in:
Viktor Fomin 2022-03-21 12:38:28 +03:00
parent 46d238e520
commit c3860bbbf3

View File

@ -93,7 +93,7 @@ class ComboButton extends React.Component {
(comboIcon ? (
<ReactSVG
src={comboIcon}
className="custom-combo-buttons_expander-icon"
className="combo-buttons_expander-icon"
/>
) : (
<StyledExpanderDownIcon