Skip to content

Commit

Permalink
style chore: make delete div bg important (usebruno#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pragadesh-45 authored Aug 29, 2024
1 parent 091b02c commit 4726f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 4726f50

Please sign in to comment.