We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79a3840 + 60a371f commit aecb325Copy full SHA for aecb325
src/components/inputs/editor/BottomEditorBar.tsx
@@ -103,7 +103,7 @@ export default function BottomEditorBar(props: Props) {
103
<div
104
{...getRootProps()}
105
className={`
106
- 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
107
${
108
isDragActive &&
109
"ring-primary border-skin-base bg-skin-secondary ring-2"
0 commit comments