Shared: fixed thirdparty logo in dark theme

This commit is contained in:
Dmitry Sychugov 2024-07-19 16:12:42 +05:00
parent 080f560a38
commit 1e47593fee

View File

@ -104,6 +104,20 @@ const StyledTag = styled.div<{
padding: 2px 0px; padding: 2px 0px;
width: 16px; width: 16px;
height: 16px; height: 16px;
${(props) =>
!props.theme.isBase &&
css`
svg {
path[fill] {
fill: #fff;
}
path[stroke] {
stroke: #fff;
}
`}
}
} }
${(props) => ${(props) =>