mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-01 16:55:21 +03:00
add margin bottom to dialog title
This commit is contained in:
parent
e6f5dbabf4
commit
ca5a648e88
@ -28,7 +28,7 @@ export default function Dialog({ actions = [], portalRootID = 'dialogs', title,
|
|||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
<div className="p-4">
|
<div className="p-4">
|
||||||
<Heading size="lg">{title}</Heading>
|
<Heading size="lg" className="mb-4">{title}</Heading>
|
||||||
<p>{text}</p>
|
<p>{text}</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-2 flex justify-start flex-row-reverse space-x-2">
|
<div className="p-2 flex justify-start flex-row-reverse space-x-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user