From 5c3414927ba90e3e7d8e71cd54287f792eb1cf37 Mon Sep 17 00:00:00 2001 From: farfromrefuge <> Date: Thu, 18 Jan 2024 21:04:27 +0100 Subject: [PATCH] fix(android): fix font size for html/spans which was a bit smaller than normal `text`. WARNING: it will change font size a bit (bigger) for all labels using html or FormattedString/Span --- package.json | 2 +- plugin/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index faf7d09..ed7932a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin/package.json b/plugin/package.json index c5ec487..bd32731 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -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" }