Skip to content

Commit

Permalink
feat: smaller default ref size
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbrgl committed May 29, 2024
1 parent b8bbd60 commit a86a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/server/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const formatRefs = (
const style = {
[DocumentApp.Attribute.FOREGROUND_COLOR]: "#535353",
[DocumentApp.Attribute.FONT_FAMILY]: "Courier New",
[DocumentApp.Attribute.FONT_SIZE]: shouldHideRefs ? 10 : 11,
[DocumentApp.Attribute.FONT_SIZE]: shouldHideRefs ? 8 : 11,
}
const startOfDocumentRange = getActiveDocument()
.newRange()
Expand Down

0 comments on commit a86a5d1

Please sign in to comment.