fix(modals): finally fixed width

This commit is contained in:
trashtemp
2022-01-15 22:19:29 +01:00
parent f77784e326
commit d0ae08e421
3 changed files with 20 additions and 5 deletions

View File

@@ -87,7 +87,8 @@ export function ModifyAccountModal({ onClose, field }: Props) {
},
{
onClick: onClose,
children: <Text id="app.special.modals.actions.close" />,
children: <Text id="app.special.modals.actions.cancel" />,
plain: true,
},
]}>
{/* Preact / React typing incompatabilities */}