Fix ActionButton styles in Grafana 7

This commit is contained in:
Alexander Zobnin
2020-05-20 18:42:47 +03:00
parent 708182c6f4
commit c29839b90d

View File

@@ -50,7 +50,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme) => {
height: 2rem;
background-image: none;
background-color: ${actionBlue};
border: 1px solid ${theme.colors.gray1};
border: 1px solid ${theme.colors.gray1 || (theme as any).palette.gray1};
border-radius: 1px;
color: ${theme.colors.text};