diff --git a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts index 9c6157590..fd71e770c 100644 --- a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts +++ b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts @@ -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",