fix add column btn styling (#67369)

This commit is contained in:
Victor Marin
2023-04-27 15:07:27 +03:00
committed by GitHub
parent e17737ba87
commit d01ea9902c
+1 -1
View File
@@ -266,7 +266,7 @@ export const getStyles = (theme: GrafanaTheme2, isResizeInProgress: boolean) =>
transition: background-color 200ms;
cursor: pointer;
:hover {
background-color: ${theme.colors.secondary.shade};
background-color: ${theme.colors.background.secondary};
}
}
input {