From 340d5a5080de9d36c0a80d8a38210bf6ae2bd91f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Mon, 8 May 2023 16:36:31 +0100 Subject: [PATCH] [v10.0.x] Dashboard: Change add panel button to fill to remove outline border (#68017) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dashboard: Change add panel button to fill to remove outline border (#68004) (cherry picked from commit 5155455c55c2bf4b3848f03a7eecebd4f4e4ba9e) Co-authored-by: Torkel Ödegaard --- .../dashboard/components/AddPanelButton/AddPanelButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx b/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx index 0352cfdd282..1be12e93a07 100644 --- a/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx +++ b/public/app/features/dashboard/components/AddPanelButton/AddPanelButton.tsx @@ -27,7 +27,7 @@ export const AddPanelButton = ({ dashboard }: Props) => {