diff --git a/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx b/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx index 69fd9176a8e..a204d4f4278 100644 --- a/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx +++ b/public/app/features/explore/TraceView/components/TracePageHeader/Actions/TracePageActions.tsx @@ -20,12 +20,15 @@ export const getStyles = (theme: GrafanaTheme2) => { gap: '4px', marginBottom: '10px', }), + feedbackContainer: css({ + color: theme.colors.text.link, + }), feedback: css({ - margin: '6px 6px 6px 0', - color: theme.colors.text.secondary, + margin: '6px', + color: theme.colors.text.link, fontSize: theme.typography.bodySmall.fontSize, '&:hover': { - color: theme.colors.text.link, + textDecoration: 'underline', }, }), }; @@ -63,15 +66,18 @@ export default function TracePageActions(props: TracePageActionsProps) { return (
- - Give feedback - +
+ + + Give feedback + +