We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd41946 commit 4513078Copy full SHA for 4513078
apps/demo/src/app.scss
@@ -1,2 +1,6 @@
1
@import 'nativescript-theme-core/scss/light';
2
-@import 'nativescript-theme-core/scss/index';
+@import 'nativescript-theme-core/scss/index';
3
+
4
+.rounded {
5
+ border-radius: 20;
6
+}
apps/demo/src/main-page.xml
@@ -5,7 +5,7 @@
<StackLayout class="p-20">
<ScrollView class="h-full">
7
<StackLayout>
8
- <Button text="add a package first" tap="{{ viewDemo }}" class="btn btn-primary view-demo"/>
+ <Button text="add a package first" tap="{{ viewDemo }}" class="btn btn-primary rounded view-demo"/>
9
</StackLayout>
10
</ScrollView>
11
0 commit comments