Fix version status colored tag + fix trash icon hover (#8618)

As title

Closes 
- https://discord.com/channels/1130383047699738754/1306250586668404736
- https://discord.com/channels/1130383047699738754/1305934421529985055
This commit is contained in:
Thomas Trompette
2024-11-20 18:42:57 +01:00
committed by GitHub
parent eb66c019f5
commit 39076df922
3 changed files with 5 additions and 5 deletions

View File

@ -97,8 +97,8 @@ const StyledButton = styled('button', { shouldForwardProp })<
`;
}}
${({ theme, isActive }) =>
isActive &&
${({ theme, disabled }) =>
!disabled &&
css`
&:hover {
background: ${theme.background.transparent.lighter};