Client: PortalSettings: Security: fix display remove ip icon

This commit is contained in:
Elyor Djalilov 2023-05-12 15:53:47 +05:00
parent 50d0d6f2a6
commit 8394dcd826
3 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,9 @@ StyledPlusIcon.defaultProps = { theme: Base };
const StyledTrashIcon = styled(TrashIcon)`
${commonIconsStyles}
cursor: pointer;
path {
fill: ${(props) => props.theme.client.settings.trashIcon};
}
`;
const StyledInputWrapper = styled.div`

View File

@ -2927,6 +2927,7 @@ const Base = {
settings: {
iconFill: black,
trashIcon: "#A3A9AE",
article: {
titleColor: grayMain,
fillIcon: "dimgray",

View File

@ -2931,6 +2931,7 @@ const Dark = {
settings: {
iconFill: white,
trashIcon: "#858585",
article: {
titleColor: "#c4c4c4",
fillIcon: "#c4c4c4",