Padding on the confirmation dialog

This commit is contained in:
Jackson Harper
2023-06-09 18:03:38 +08:00
parent bcde86bc01
commit b272e6a46a

View File

@ -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