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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {