Add hover effect to Notification type selector buttons (#2502)

This commit is contained in:
jinapurapu
2022-12-14 12:38:34 -08:00
committed by GitHub
parent 4d2a39bad2
commit 203e019e82

View File

@@ -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",