mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
fix(modals): finally fixed width
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user