From 6edfd8400e58cbf51dda76d9e06ccac0471f1c71 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sat, 19 Oct 2019 09:42:48 +0200 Subject: [PATCH] Remove color styles from plugin detail view (#232) --- ui/src/plugin/PluginDetailView.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/ui/src/plugin/PluginDetailView.tsx b/ui/src/plugin/PluginDetailView.tsx index 6843bcb..3b42481 100644 --- a/ui/src/plugin/PluginDetailView.tsx +++ b/ui/src/plugin/PluginDetailView.tsx @@ -131,7 +131,7 @@ const PanelWrapper: React.SFC = ({ }) => { const Icon = icon; return ( - + {Icon ? ( @@ -150,11 +150,7 @@ const PanelWrapper: React.SFC = ({ ) : null} - {description ? ( - - {description} - - ) : null} + {description ? {description} : null}
{ href={url} target="_blank" rel="noopener noreferrer" - style={{color: 'white'}} className="custom-route"> {url}