diff --git a/public/app/features/explore/SecondaryActions.tsx b/public/app/features/explore/SecondaryActions.tsx index 97cf5f21bd4b3..84f610c20729a 100644 --- a/public/app/features/explore/SecondaryActions.tsx +++ b/public/app/features/explore/SecondaryActions.tsx @@ -21,6 +21,11 @@ const getStyles = (theme: GrafanaTheme2) => { containerMargin: css` margin-top: ${theme.spacing(2)}; `, + exploreActiveButton: css` + box-shadow: ${theme.shadows.z1}; + border: 1px solid ${theme.colors.warning.border}; + color: ${theme.colors.warning.text}; + `, }; }; export function SecondaryActions(props: Props) { @@ -44,7 +49,7 @@ export function SecondaryActions(props: Props) {