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>pull/4278/head
parent
6958c710cf
commit
3c8cc4e624
|
@ -115,7 +115,7 @@ export const DialogContent = React.forwardRef<HTMLDivElement, DialogContentProps
|
||||||
)}
|
)}
|
||||||
{!props.useOwnActionButtons && (
|
{!props.useOwnActionButtons && (
|
||||||
<DialogFooter>
|
<DialogFooter>
|
||||||
<div className="mt-2">
|
<div className="mt-2 flex space-x-2">
|
||||||
<DialogClose asChild>
|
<DialogClose asChild>
|
||||||
{/* This will require the i18n string passed in */}
|
{/* This will require the i18n string passed in */}
|
||||||
<Button color="minimal" onClick={props.actionOnClose}>
|
<Button color="minimal" onClick={props.actionOnClose}>
|
||||||
|
|
Loading…
Reference in New Issue