add x-large dialog size and use it for settings modal

This commit is contained in:
David Hill
2026-01-20 17:34:19 +00:00
parent 36bbe809fa
commit 2b95956132
3 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ export interface DialogProps extends ParentProps {
title?: JSXElement
description?: JSXElement
action?: JSXElement
size?: "normal" | "large"
size?: "normal" | "large" | "x-large"
class?: ComponentProps<"div">["class"]
classList?: ComponentProps<"div">["classList"]
fit?: boolean