mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 05:04:24 +00:00
fix: scale level label
This commit is contained in:
committed by
Tienson Qin
parent
0d2c01ad0c
commit
f1ba20876f
@@ -215,7 +215,7 @@ const ScaleLevelAction = observer(() => {
|
||||
]
|
||||
return (
|
||||
<SelectInput
|
||||
tooltip="Scale Level"
|
||||
tooltip="Scale level"
|
||||
options={sizeOptions}
|
||||
value={scaleLevel}
|
||||
onValueChange={v => {
|
||||
|
||||
Reference in New Issue
Block a user