mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-18 14:54:26 +01:00
add testflight ios CI
This commit is contained in:
committed by
Tony Giorgio
parent
afb3ee6add
commit
0b2e3bdad3
@@ -58,15 +58,17 @@ export const WarningModal: ParentComponent<{
|
||||
<Dialog.Overlay class={OVERLAY} />
|
||||
<div class={DIALOG_POSITIONER}>
|
||||
<Dialog.Content class={DIALOG_CONTENT}>
|
||||
<Dialog.Title class="mb-2 flex items-center justify-between">
|
||||
<SmallHeader>{props.title}</SmallHeader>
|
||||
<Dialog.CloseButton>
|
||||
<ModalCloseButton />
|
||||
</Dialog.CloseButton>
|
||||
</Dialog.Title>
|
||||
<Dialog.Description class="flex flex-col gap-4">
|
||||
<div>{props.children}</div>
|
||||
</Dialog.Description>
|
||||
<div class="p-4">
|
||||
<Dialog.Title class="mb-2 flex items-center justify-between">
|
||||
<SmallHeader>{props.title}</SmallHeader>
|
||||
<Dialog.CloseButton>
|
||||
<ModalCloseButton />
|
||||
</Dialog.CloseButton>
|
||||
</Dialog.Title>
|
||||
<Dialog.Description class="flex flex-col gap-4">
|
||||
<div>{props.children}</div>
|
||||
</Dialog.Description>
|
||||
</div>
|
||||
</Dialog.Content>
|
||||
</div>
|
||||
</Dialog.Portal>
|
||||
|
||||
Reference in New Issue
Block a user