Skip to content

Commit

Permalink
Add top margin to image dropzone
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Nov 20, 2024
1 parent c3afba6 commit 60a371f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inputs/editor/BottomEditorBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default function BottomEditorBar(props: Props) {
<div
{...getRootProps()}
className={`
animate-fade animate-duration-200 border-skin-base hover:bg-skin-secondary cursor-pointer rounded-2xl border p-6 text-center
animate-fade animate-duration-200 border-skin-base hover:bg-skin-secondary cursor-pointer rounded-2xl border mt-2 p-6 text-center
${
isDragActive &&
"ring-primary border-skin-base bg-skin-secondary ring-2"
Expand Down

0 comments on commit 60a371f

Please sign in to comment.