Skip to content

Commit aecb325

Browse files
committed
Merge branch 'preview'
2 parents 79a3840 + 60a371f commit aecb325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputs/editor/BottomEditorBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function BottomEditorBar(props: Props) {
103103
<div
104104
{...getRootProps()}
105105
className={`
106-
animate-fade animate-duration-200 border-skin-base hover:bg-skin-secondary cursor-pointer rounded-2xl border p-6 text-center
106+
animate-fade animate-duration-200 border-skin-base hover:bg-skin-secondary cursor-pointer rounded-2xl border mt-2 p-6 text-center
107107
${
108108
isDragActive &&
109109
"ring-primary border-skin-base bg-skin-secondary ring-2"

0 commit comments

Comments
 (0)