Web: Components: fixed settings-icon color

This commit is contained in:
Nikita Gopienko 2022-09-14 14:05:38 +03:00
parent 355982e198
commit 1f76f8b058
4 changed files with 8 additions and 3 deletions

View File

@ -26,6 +26,11 @@ const getDefaultStyles = ({ $currentColorScheme, isActive, theme }) =>
theme.isBase && theme.isBase &&
$currentColorScheme.accentColor} !important; $currentColorScheme.accentColor} !important;
} }
circle {
fill: ${isActive &&
theme.isBase &&
$currentColorScheme.accentColor} !important;
}
} }
&:hover { &:hover {

View File

@ -86,7 +86,7 @@ const CatalogItem = (props) => {
isDragActive={isDragActive} isDragActive={isDragActive}
onClick={onClickAction} onClick={onClickAction}
onMouseUp={onMouseUpAction} onMouseUp={onMouseUpAction}
></StyledCatalogItemSibling> />
<StyledCatalogItemImg isActive={isActive}> <StyledCatalogItemImg isActive={isActive}>
<ReactSVG className="icon" src={icon} /> <ReactSVG className="icon" src={icon} />

View File

@ -1886,7 +1886,7 @@ const Base = {
fontWeight: 600, fontWeight: 600,
tablet: { tablet: {
marginLeft: "12px", marginLeft: "12px",
lineHeight: "16px", lineHeight: "20px",
fontSize: "15px", fontSize: "15px",
fontWeight: "600", fontWeight: "600",
}, },

View File

@ -1883,7 +1883,7 @@ const Dark = {
fontWeight: 600, fontWeight: 600,
tablet: { tablet: {
marginLeft: "12px", marginLeft: "12px",
lineHeight: "16px", lineHeight: "20px",
fontSize: "14px", fontSize: "14px",
fontWeight: "600", fontWeight: "600",
}, },