From 72a76721e1a0b7a583fc573fdc28ce68e8ee8478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 3 Apr 2025 14:47:15 +0200 Subject: [PATCH] ButtonGroup: Fixes button group for solid buttons (#103255) * ButtonGroup: Fixes button group for solid buttons * Update * Fix --- .../src/components/Button/Button.story.tsx | 18 ++++++++++++++++++ .../src/components/Button/ButtonGroup.tsx | 5 +++-- .../actions/ShareExportDashboardButton.tsx | 13 +------------ 3 files changed, 22 insertions(+), 14 deletions(-) diff --git a/packages/grafana-ui/src/components/Button/Button.story.tsx b/packages/grafana-ui/src/components/Button/Button.story.tsx index 706215637af..708facda0a3 100644 --- a/packages/grafana-ui/src/components/Button/Button.story.tsx +++ b/packages/grafana-ui/src/components/Button/Button.story.tsx @@ -81,6 +81,24 @@ export const Examples: StoryFn = () => { + + +