Skip to content

Commit a352bdd

Browse files
committed
style: editor font size → 14px
1 parent 593f92b commit a352bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/editor/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ export function Sidebar({
382382
height="100%"
383383
style={{
384384
height: '100%',
385-
fontSize: '13.5px',
385+
fontSize: '14px',
386386
lineHeight: '1.7',
387387
paddingTop: '6px',
388388
fontVariantLigatures: editorLigatures ? 'common-ligatures' : 'none',

0 commit comments

Comments
 (0)