From be47ead410ed6440b874702dc5dda3ca077445d7 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 31 May 2024 15:05:23 -0500 Subject: [PATCH] Sizing tweaks (cherry picked from commit fc716d5716873f0fddef56496fc48af0614b2e55) --- src/view/com/modals/DeleteAccount.tsx | 69 ++++++++++++++------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/src/view/com/modals/DeleteAccount.tsx b/src/view/com/modals/DeleteAccount.tsx index 566769c967..93d0342fcd 100644 --- a/src/view/com/modals/DeleteAccount.tsx +++ b/src/view/com/modals/DeleteAccount.tsx @@ -18,7 +18,7 @@ import {useWebMediaQueries} from 'lib/hooks/useWebMediaQueries' import {cleanError} from 'lib/strings/errors' import {colors, gradients, s} from 'lib/styles' import {useTheme} from 'lib/ThemeContext' -import {isAndroid} from 'platform/detection' +import {isAndroid, isWeb} from 'platform/detection' import {DeactivateAccountDialog} from '#/screens/Settings/components/DeactivateAccountDialog' import {atoms as a, useTheme as useNewTheme} from '#/alf' import {useDialogControl} from '#/components/Dialog' @@ -177,40 +177,43 @@ export function Component({}: {}) { )} - - + + a.w_full, + a.flex_row, + a.gap_sm, + a.mt_lg, + a.p_lg, + a.rounded_sm, + t.atoms.bg_contrast_25, + ]}> + - - - You can also temporarily deactivate your account instead, and - reactivate it at any time. - {' '} - { - e.preventDefault() - deactivateAccountControl.open() - return false - }}> - Click here for more information. - - + + + You can also temporarily deactivate your account instead, + and reactivate it at any time. + {' '} + { + e.preventDefault() + deactivateAccountControl.open() + return false + }}> + Click here for more information. + + +