fix: use flex (#4276)
* fix: use flex * Update packages/ui/v2/core/Dialog.tsx Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Co-authored-by: Peer Richelsen <peer@cal.com>
This commit is contained in:
co-authored by
sean-brydon
Peer Richelsen
parent
6958c710cf
commit
3c8cc4e624
@@ -115,7 +115,7 @@ export const DialogContent = React.forwardRef<HTMLDivElement, DialogContentProps
|
||||
)}
|
||||
{!props.useOwnActionButtons && (
|
||||
<DialogFooter>
|
||||
<div className="mt-2">
|
||||
<div className="mt-2 flex space-x-2">
|
||||
<DialogClose asChild>
|
||||
{/* This will require the i18n string passed in */}
|
||||
<Button color="minimal" onClick={props.actionOnClose}>
|
||||
|
||||
Reference in New Issue
Block a user