Skip to content

Commit

Permalink
Merge branch 'master' into mobile-scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Sep 3, 2024
2 parents 5c853b9 + 8a4a9ba commit 96a955e
Show file tree
Hide file tree
Showing 114 changed files with 952 additions and 853 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actual-app/api",
"version": "6.9.0",
"version": "6.10.0",
"license": "MIT",
"description": "An API for Actual",
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion packages/desktop-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actual-app/web",
"version": "24.8.0",
"version": "24.9.0",
"license": "MIT",
"files": [
"build"
Expand All @@ -20,6 +20,7 @@
"@swc/plugin-react-remove-properties": "^1.5.121",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.2",
"@types/debounce": "^1.2.4",
"@types/lodash": "^4",
"@types/promise-retry": "^1.1.6",
"@types/react": "^18.2.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/desktop-client/src/components/Notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ const markdownStyles = css({
'& td': {
padding: '0.25rem 0.75rem',
},
'& h3': {
fontSize: 15,
},
});

type NotesProps = {
Expand Down
Loading

0 comments on commit 96a955e

Please sign in to comment.