Skip to content

Commit

Permalink
Merge branch 'preview'
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Nov 20, 2024
2 parents 79a3840 + 60a371f commit aecb325
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 aecb325

Please sign in to comment.