Skip to content

Commit

Permalink
bump electron version, fix typo in font size
Browse files Browse the repository at this point in the history
  • Loading branch information
antonycourtney committed Oct 17, 2023
1 parent 6e85c23 commit 127bf5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/tad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"ajv": "^6.9.1",
"css-loader": "^6.5.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"electron": "22.0.0",
"electron-builder": "^23.6.0",
"electron": "27.0.0",
"electron-builder": "^24.6.4",
"electron-notarize": "^1.2.2",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tadviewer/less/tadviewer.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

.tad-app-pane {
font-family: var(--tad-font-family, "Helvetica Neue", Helvetica, Arial, sans-serif);
font-size: var(--tad-font-size, 8px);
font-size: var(--tad-font-size, 8pt);
margin: 0;
font-weight: 400;
height: 100%;
Expand Down

0 comments on commit 127bf5a

Please sign in to comment.