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