Skip to content

Commit

Permalink
Add hover effect to Notification type selector buttons (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinapurapu committed Dec 14, 2022
1 parent 4d2a39b commit 203e019
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,13 @@ export const typesSelection = {
cursor: "pointer",
padding: 0,
overflow: "hidden",
"&:hover": {
backgroundColor: "#ebebeb",
},
},

lambdaNotifIcon: {
backgroundColor: "#FEFEFE",
background: "transparent",
display: "flex",
alignItems: "center",
justifyContent: "center",
Expand Down

0 comments on commit 203e019

Please sign in to comment.