style chore: make delete div bg important (#2949)

This commit is contained in:
Pragadesh-45 2024-08-29 10:43:32 +05:30 committed by GitHub
parent 091b02c2c3
commit 4726f5008e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ const Wrapper = styled.div`
div.dropdown-item.delete-item {
color: ${(props) => props.theme.colors.danger};
&:hover {
background-color: ${(props) => props.theme.colors.bg.danger};
background-color: ${(props) => props.theme.colors.bg.danger} !important;
color: white;
}
}