Fix a few more CSS values

This commit is contained in:
George Gevoian
2022-09-08 15:04:14 -07:00
parent 965cf7e076
commit 4ee47e9c1d
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ const cssRemoveButton = styled(cssIcon, `
cursor: pointer;
--icon-color: ${theme.controlSecondaryFg};
&:hover {
--icon-color: ${theme.controlPrimaryFg};
--icon-color: ${theme.controlFg};
}
`);