Skip to content

Commit 4513078

Browse files
committed
chore: demo app
1 parent fd41946 commit 4513078

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

apps/demo/src/app.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
@import 'nativescript-theme-core/scss/light';
2-
@import 'nativescript-theme-core/scss/index';
2+
@import 'nativescript-theme-core/scss/index';
3+
4+
.rounded {
5+
border-radius: 20;
6+
}

apps/demo/src/main-page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<StackLayout class="p-20">
66
<ScrollView class="h-full">
77
<StackLayout>
8-
<Button text="add a package first" tap="{{ viewDemo }}" class="btn btn-primary view-demo"/>
8+
<Button text="add a package first" tap="{{ viewDemo }}" class="btn btn-primary rounded view-demo"/>
99
</StackLayout>
1010
</ScrollView>
1111
</StackLayout>

0 commit comments

Comments
 (0)