From c47dbde39270a36a1b9f054ace7a2c380f1514c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Mon, 16 Aug 2021 16:17:33 +0200 Subject: [PATCH] Use theme.spacing --- packages/grafana-ui/src/components/Segment/SegmentSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Segment/SegmentSection.tsx b/packages/grafana-ui/src/components/Segment/SegmentSection.tsx index 39102586712..ddf55278888 100644 --- a/packages/grafana-ui/src/components/Segment/SegmentSection.tsx +++ b/packages/grafana-ui/src/components/Segment/SegmentSection.tsx @@ -46,6 +46,6 @@ const getStyles = (theme: GrafanaTheme2) => ({ `, fill: css` flex-grow: 1; - margin-bottom: 4px; + margin-bottom: ${theme.spacing(0.5)}; `, });