diff --git a/plugin-catalog/src/components/plugins/Detail.tsx b/plugin-catalog/src/components/plugins/Detail.tsx
index 6bec2def18..e9ce7678f0 100644
--- a/plugin-catalog/src/components/plugins/Detail.tsx
+++ b/plugin-catalog/src/components/plugins/Detail.tsx
@@ -122,13 +122,16 @@ const pluginSnackbarAction = (closeCallback: () => void) => {
return (
<>
-
+
>
);
};
@@ -222,7 +225,7 @@ export function PurePluginDetail({
color: 'white',
textTransform: 'none',
'&:hover': {
- color: 'black',
+ color: 'inherit',
},
}}
onClick={onInstall}
@@ -233,11 +236,8 @@ export function PurePluginDetail({
) : null
) : (
<>
-
-
- {currentAction}
-
+
>
),