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 &&
$currentColorScheme.accentColor} !important;
}
circle {
fill: ${isActive &&
theme.isBase &&
$currentColorScheme.accentColor} !important;
}
}
&:hover {

View File

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

View File

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

View File

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