mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: add feedback button
This commit is contained in:
parent
122c802c62
commit
fd36a8ac45
4 changed files with 126 additions and 15 deletions
|
|
@ -28,7 +28,7 @@ const Modal = (params: ModalParams) => (
|
|||
<Dialog.Portal>
|
||||
<DialogOverlay />
|
||||
<DialogContent minHeight={params.minHeight}>
|
||||
<DialogTopBar>
|
||||
<DialogTopBar className='-space-y-1'>
|
||||
<DialogTitle>{params.dialogTitle}</DialogTitle>
|
||||
<DialogDescription>
|
||||
{params.dialogDescription}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue