From b9944db7f2cb60388c7b16c629d5e0d7c93a98c2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 1 Dec 2025 13:49:43 +0200 Subject: [PATCH] car dialog add close button --- src/screens/Settings/components/ExportCarDialog.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/screens/Settings/components/ExportCarDialog.tsx b/src/screens/Settings/components/ExportCarDialog.tsx index 66642304ed..7b1e189f33 100644 --- a/src/screens/Settings/components/ExportCarDialog.tsx +++ b/src/screens/Settings/components/ExportCarDialog.tsx @@ -7,7 +7,7 @@ import {saveBytesToDisk} from '#/lib/media/manip' import {logger} from '#/logger' import {useAgent} from '#/state/session' import * as Toast from '#/view/com/util/Toast' -import {atoms as a, useTheme} from '#/alf' +import {atoms as a, useTheme, web} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import {Download_Stroke2_Corner0_Rounded as DownloadIcon} from '#/components/icons/Download' @@ -56,7 +56,8 @@ export function ExportCarDialog({ + accessibilityLabelledBy="dialog-title" + style={web({maxWidth: 500})}> Export My Data @@ -105,6 +106,7 @@ export function ExportCarDialog({ + )