mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Fix <Modal> footers with long-text or lots of buttons
This commit is contained in:
@@ -118,7 +118,7 @@ export const CallingSelectPresentingSourcesModal = ({
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
<Modal.Footer moduleClassName="module-CallingSelectPresentingSourcesModal">
|
||||
<Modal.ButtonFooter moduleClassName="module-CallingSelectPresentingSourcesModal">
|
||||
<Button
|
||||
onClick={() => setPresenting()}
|
||||
variant={ButtonVariant.Secondary}
|
||||
@@ -131,7 +131,7 @@ export const CallingSelectPresentingSourcesModal = ({
|
||||
>
|
||||
{i18n('calling__SelectPresentingSourcesModal--confirm')}
|
||||
</Button>
|
||||
</Modal.Footer>
|
||||
</Modal.ButtonFooter>
|
||||
</Modal>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user