Skip to content

Commit

Permalink
fix(android): fix font size for html/spans which was a bit smaller th…
Browse files Browse the repository at this point in the history
…an normal `text`. WARNING: it will change font size a bit (bigger) for all labels using html or FormattedString/Span
  • Loading branch information
farfromrefuge committed Jan 18, 2024
1 parent 740478f commit 5c34149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@nativescript-community/text": "^1.5.33",
"@nativescript-community/text": "^1.5.41",
"@nativescript/core": "8.4.7",
"@nativescript/types-android": "8.4.0",
"@nativescript/types-ios": "8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"@nativescript-community/text": "^1.5.33"
"@nativescript-community/text": "^1.5.41"
},
"gitHead": "a08eb50756c9a5d16fc8aa6ff7fba0051c71d1e0"
}

0 comments on commit 5c34149

Please sign in to comment.