From 65ef473c1f795d0b24ebcc1b6ac2e5cb5f4db614 Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Tue, 2 Dec 2025 18:28:27 -0500 Subject: [PATCH] whoops --- .../panel-edit/PanelDataPane/QueryTransformList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx index 8b4df40fe76..3048d99b821 100644 --- a/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx +++ b/public/app/features/dashboard-scene/panel-edit/PanelDataPane/QueryTransformList.tsx @@ -261,7 +261,7 @@ const getStyles = (theme: GrafanaTheme2) => { color: theme.colors.text.primary, }), sectionLabel: css({ - fontFamily: theme.typography.fontFamilyMonospace + fontFamily: theme.typography.fontFamilyMonospace, fontSize: theme.typography.bodySmall.fontSize, color: theme.colors.text.maxContrast, textTransform: 'uppercase',