Skip to content

Commit

Permalink
chore: use correct font size for placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 12, 2023
1 parent c6d3dae commit 6b652a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const BlocksEditor: FunctionComponent<BlocksEditorProps> = ({
</div>
}
placeholder={
<div className="pointer-events-none absolute left-4 top-4 text-passive-1">
<div className="pointer-events-none absolute left-4 top-4 text-[length:--font-size] text-passive-1">
Type <span className="rounded bg-passive-4-opacity-variant p-0.5">/</span> for commands...
</div>
}
Expand Down

0 comments on commit 6b652a8

Please sign in to comment.