From 3cd0c6f7326dfe47cf3226891f7a0eac9f5415d9 Mon Sep 17 00:00:00 2001 From: Andra Constantin Date: Wed, 18 Dec 2024 12:36:12 -0500 Subject: [PATCH] use MUI buttons (horizontal) --- src/components/AnalyticsConsent/AnalyticsConsent.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/AnalyticsConsent/AnalyticsConsent.tsx b/src/components/AnalyticsConsent/AnalyticsConsent.tsx index 419dcab8d7..4cbbc2ab09 100644 --- a/src/components/AnalyticsConsent/AnalyticsConsent.tsx +++ b/src/components/AnalyticsConsent/AnalyticsConsent.tsx @@ -1,3 +1,4 @@ +import { Button, List } from "@mui/material"; import Drawer from "@mui/material/Drawer"; import { ReactElement } from "react"; @@ -25,8 +26,10 @@ export function AnalyticsConsent(props: ConsentProps): ReactElement { open onClose={!props.required ? clickedAway : undefined} > - - + + + + );