chore: use correct font size for placeholder
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user