chore: use correct font size for placeholder
This commit is contained in:
@@ -94,7 +94,7 @@ export const BlocksEditor: FunctionComponent<BlocksEditorProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
placeholder={
|
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...
|
Type <span className="rounded bg-passive-4-opacity-variant p-0.5">/</span> for commands...
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user