From 72de2a1428535d7a74ed7ef9e38eb4d966515eb7 Mon Sep 17 00:00:00 2001 From: Victor Morfin Date: Thu, 8 Apr 2021 11:28:24 -0600 Subject: [PATCH] Changing box component to DialogActions component Signed-off-by: Victor Morfin --- .../core/src/components/SupportButton/SupportButton.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/src/components/SupportButton/SupportButton.tsx b/packages/core/src/components/SupportButton/SupportButton.tsx index 5bbde953b0..d0c2412dad 100644 --- a/packages/core/src/components/SupportButton/SupportButton.tsx +++ b/packages/core/src/components/SupportButton/SupportButton.tsx @@ -16,8 +16,8 @@ import { HelpIcon, useApp } from '@backstage/core-api'; import { - Box, Button, + DialogActions, List, ListItem, ListItemIcon, @@ -128,11 +128,11 @@ export const SupportButton = ({ children }: PropsWithChildren) => { {items && items.map((item, i) => )} - + - + );