chore: 8.2.0-alpha.3

This commit is contained in:
Nathan Walker
2022-01-10 16:49:47 -08:00
parent d7916d77a1
commit d1dc7883f8
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
The following CSS rule changes the font size of all UI The following CSS rule changes the font size of all UI
components that have the btn class name. components that have the btn class name.
*/ */
Button {
text-transform: none;
}
.btn-view-demo { .btn-view-demo {
background-color: #65ADF1; background-color: #65ADF1;
border-radius: 5; border-radius: 5;

View File

@@ -3,7 +3,7 @@
"main": "index", "main": "index",
"types": "index.d.ts", "types": "index.d.ts",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"version": "8.2.0-alpha.1", "version": "8.2.0-alpha.3",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
"type": "git", "type": "git",