Geomap: Legend threshold style update (#49020)

This commit is contained in:
Adela Almasan 2022-05-16 21:54:10 -05:00 committed by GitHub
parent 7a05941ea0
commit 14c2f4f3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,11 +143,12 @@ const getStyles = (theme: GrafanaTheme2) => ({
padding: 5px 10px 0; padding: 5px 10px 0;
i { i {
width: 18px; width: 15px;
height: 18px; height: 15px;
float: left; float: left;
margin-right: 8px; margin-right: 8px;
opacity: 0.7; opacity: 0.7;
border-radius: 50%;
} }
`, `,
legendItem: css` legendItem: css`
@ -159,8 +160,8 @@ const getStyles = (theme: GrafanaTheme2) => ({
padding-top: 5px; padding-top: 5px;
`, `,
legendSymbol: css` legendSymbol: css`
height: 15px; height: 18px;
width: 15px; width: 18px;
margin: auto; margin: auto;
`, `,
colorScaleWrapper: css` colorScaleWrapper: css`