decrease settings modal width

This commit is contained in:
jeffvli
2025-12-14 06:36:02 -08:00
parent 253a78b236
commit 3f32e6cd2f
2 changed files with 2 additions and 3 deletions
@@ -7,11 +7,11 @@ export const openSettingsModal = () => {
overlayProps: {
opacity: 1,
},
size: '2xl',
size: '60rem',
styles: {
content: {
height: '100%',
maxWidth: 'var(--theme-content-max-width)',
maxWidth: '90%',
width: '100%',
},
},
@@ -1,4 +1,3 @@
import { t } from 'i18next';
import { Suspense } from 'react';
import { useTranslation } from 'react-i18next';