mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 15:07:24 +00:00
feat: switch to new dialog gutter
This commit is contained in:
@@ -31,7 +31,7 @@ interface GutterProps {
|
||||
|
||||
function Gutter({ children }: GutterProps) {
|
||||
return (
|
||||
<div className="mt-6 flex justify-end gap-2 mt-6">
|
||||
<div className="mt-6 flex justify-end gap-4 mt-6">
|
||||
{children}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user