mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Padding on the confirmation dialog
This commit is contained in:
parent
bcde86bc01
commit
b272e6a46a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ export function ConfirmationModal(props: ConfirmationModalProps): JSX.Element {
|
|||
<ModalRoot defaultOpen onOpenChange={props.onOpenChange}>
|
||||
<ModalOverlay />
|
||||
<ModalContent css={{ bg: '$grayBg', maxWidth: '20em', zIndex: '20' }}>
|
||||
<VStack alignment="center" distribution="center" css={{ p: '$2' }}>
|
||||
<VStack alignment="center" distribution="center" css={{ p: '15px' }}>
|
||||
{props.icon ? props.icon : null}
|
||||
{props.richMessage ? (
|
||||
props.richMessage
|
||||
|
|
|
|||
Loading…
Reference in a new issue