From 14c2f4f3da96c1454ef277cc09e7981547ad4084 Mon Sep 17 00:00:00 2001 From: Adela Almasan <88068998+adela-almasan@users.noreply.github.com> Date: Mon, 16 May 2022 21:54:10 -0500 Subject: [PATCH] Geomap: Legend threshold style update (#49020) --- .../plugins/panel/geomap/layers/data/MarkersLegend.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/app/plugins/panel/geomap/layers/data/MarkersLegend.tsx b/public/app/plugins/panel/geomap/layers/data/MarkersLegend.tsx index a5240a6cbe9..83a6aa680f5 100644 --- a/public/app/plugins/panel/geomap/layers/data/MarkersLegend.tsx +++ b/public/app/plugins/panel/geomap/layers/data/MarkersLegend.tsx @@ -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`